#CA2742

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

Shades of Brick Red #CA2742

Tints of Brick Red #CA2742

Color information

#CA2742 (or 0xCA2742) is unknown color: approx Brick Red. HEX triplet: CA, 27 and 42. RGB value is (202,39,66). Sum of RGB (Red+Green+Blue) = 202+39+66=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2742 is #35D8BD. Grayscale: #5A5A5A. Windows color (decimal): -3528894 or 4335562. OLE color: 4335562.

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

Color convert

RGB2023966-
CMYK00.810.670.21
HSL350.06º67.63%47.25%-
HSV(B)350.06º80.69%79.22%-
XYZ26.0714.46.56-
YUV90.82114207.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=65.80%
G=12.70%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202396600.810.670.21350.0667.6347.25
HexCA2742051431515e442f
Octal3124710201211032553610457
Binary110010101001111000010010100011000011101011010111101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2742; }

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

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

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

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

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

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

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

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