#ca3447

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

Shades of Brick Red #CA3447

Tints of Brick Red #CA3447

Color information

#CA3447 (or 0xCA3447) is unknown color: approx Brick Red. HEX triplet: CA, 34 and 47. RGB value is (202,52,71). Sum of RGB (Red+Green+Blue) = 202+52+71=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3447 is #35CBB8. Grayscale: #636363. Windows color (decimal): -3525561 or 4666570. OLE color: 4666570.

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

Color convert

RGB2025271-
CMYK00.740.650.21
HSL352.4º59.06%49.8%-
HSV(B)352.4º74.26%79.22%-
XYZ26.7215.477.54-
YUV99.02112.2201.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.15%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=62.15%
G=16%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202527100.740.650.21352.459.0649.8
HexCA344704A41151603b32
Octal312641070112101255407362
Binary11001010110100100011101001010100000110101101100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca3447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca3447; }

 p { color: rgb(202,52,71); }

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

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

 a { background-color: rgb(202,52,71); }

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

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

 span { border-color: rgb(202,52,71); }

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