#CA3742

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

Shades of Brick Red #CA3742

Tints of Brick Red #CA3742

Color information

#CA3742 (or 0xCA3742) is unknown color: approx Brick Red. HEX triplet: CA, 37 and 42. RGB value is (202,55,66). Sum of RGB (Red+Green+Blue) = 202+55+66=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3742 is #35C8BD. Grayscale: #646464. Windows color (decimal): -3524798 or 4339658. OLE color: 4339658.

HSL color Cylindrical-coordinate representation of color #CA3742: hue angle of 355.51º 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 #CA3742 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2025566-
CMYK00.730.670.21
HSL355.51º58.1%50.39%-
HSV(B)355.51º72.77%79.22%-
XYZ26.7115.686.77-
YUV100.21108.7200.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=62.54%
G=17.03%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202556600.730.670.21355.5158.150.39
HexCA374204943151643a32
Octal312671020111103255447262
Binary11001010110111100001001001001100001110101101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3742; }

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

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

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

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

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

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

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

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