#CA414B

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

Shades of Brick Red #CA414B

Tints of Brick Red #CA414B

Color information

#CA414B (or 0xCA414B) is unknown color: approx Brick Red. HEX triplet: CA, 41 and 4B. RGB value is (202,65,75). Sum of RGB (Red+Green+Blue) = 202+65+75=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA414B is #35BEB4. Grayscale: #6B6B6B. Windows color (decimal): -3522229 or 4932042. OLE color: 4932042.

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

Color convert

RGB2026575-
CMYK00.680.630.21
HSL355.62º56.38%52.35%-
HSV(B)355.62º67.82%79.22%-
XYZ27.5216.858.46-
YUV107.1109.89195.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=59.06%
G=19.01%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202657500.680.630.21355.6256.3852.35
HexCA414B0443F151643834
Octal312101113010477255447064
Binary11001010100000110010110100010011111110101101100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA414B; }

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

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

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

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

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

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

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

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