#CA2B42

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

Shades of Brick Red #CA2B42

Tints of Brick Red #CA2B42

Color information

#CA2B42 (or 0xCA2B42) is unknown color: approx Brick Red. HEX triplet: CA, 2B and 42. RGB value is (202,43,66). Sum of RGB (Red+Green+Blue) = 202+43+66=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B42 is #35D4BD. Grayscale: #5D5D5D. Windows color (decimal): -3527870 or 4336586. OLE color: 4336586.

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

Color convert

RGB2024366-
CMYK00.790.670.21
HSL351.32º64.9%48.04%-
HSV(B)351.32º78.71%79.22%-
XYZ26.214.686.61-
YUV93.16112.68205.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.95%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=64.95%
G=13.83%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202436600.790.670.21351.3264.948.04
HexCA2B4204F431515f4130
Octal3125310201171032553710160
Binary110010101010111000010010011111000011101011010111111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B42; }

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

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

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

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

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

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

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

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