#ca2e3b

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

Shades of Brick Red #CA2E3B

Tints of Brick Red #CA2E3B

Color information

#CA2E3B (or 0xCA2E3B) is unknown color: approx Brick Red. HEX triplet: CA, 2E and 3B. RGB value is (202,46,59). Sum of RGB (Red+Green+Blue) = 202+46+59=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E3B is #35D1C4. Grayscale: #5E5E5E. Windows color (decimal): -3527109 or 3878602. OLE color: 3878602.

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

Color convert

RGB2024659-
CMYK00.770.710.21
HSL355º62.9%48.63%-
HSV(B)355º77.23%79.22%-
XYZ26.1214.835.62-
YUV94.13108.18204.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 46 (18.36% from 255) = 14.98%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=65.80%
G=14.98%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202465900.770.710.2135562.948.63
HexCA2E3B04D47151633f31
Octal31256730115107255437761
Binary1100101010111011101101001101100011110101101100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2e3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2e3b; }

 p { color: rgb(202,46,59); }

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

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

 a { background-color: rgb(202,46,59); }

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

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

 span { border-color: rgb(202,46,59); }

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