#CA374B

Color #CA374B Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CA374B

Tints of Brick Red #CA374B

Color information

#CA374B (or 0xCA374B) is unknown color: approx Brick Red. HEX triplet: CA, 37 and 4B. RGB value is (202,55,75). Sum of RGB (Red+Green+Blue) = 202+55+75=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA374B is #35C8B4. Grayscale: #656565. Windows color (decimal): -3524789 or 4929482. OLE color: 4929482.

HSL color Cylindrical-coordinate representation of color #CA374B: hue angle of 351.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA374B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2025575-
CMYK00.730.630.21
HSL351.84º58.1%50.39%-
HSV(B)351.84º72.77%79.22%-
XYZ26.9915.88.28-
YUV101.23113.2199.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 60.84%
GREEN value IS 55 (21.88% from 255) = 16.57%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=60.84%
G=16.57%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202557500.730.630.21351.8458.150.39
HexCA374B0493F151603a32
Octal31267113011177255407262
Binary1100101011011110010110100100111111110101101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA374B; }

 p { color: rgb(202,55,75); }

 H1.HeaderClassName
 {
   color: #CA374B;
 }
 .AnyTagClassName
 {
   color: #CA374B;
 }
</style>
background-color css

<style>
 a { background-color: #CA374B; }

 a { background-color: rgb(202,55,75); }

 div.DivClassName
 {
   background-color: #CA374B;
 }
 .BgClassName
 {
   background-color: #CA374B;
 }
</style>
border-color css

<style>
 span { border-color: #CA374B; }

 span { border-color: rgb(202,55,75); }

 td.TdClassName
 {
   border-color: #CA374B;
 }
 .TagClassName
 {
   border-color: #CA374B;
 }
</style>