#CA2C3B

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

Shades of Brick Red #CA2C3B

Tints of Brick Red #CA2C3B

Color information

#CA2C3B (or 0xCA2C3B) is unknown color: approx Brick Red. HEX triplet: CA, 2C and 3B. RGB value is (202,44,59). Sum of RGB (Red+Green+Blue) = 202+44+59=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C3B is #35D3C4. Grayscale: #5D5D5D. Windows color (decimal): -3527621 or 3878090. OLE color: 3878090.

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

Color convert

RGB2024459-
CMYK00.780.710.21
HSL354.3º64.23%48.24%-
HSV(B)354.3º78.22%79.22%-
XYZ26.0514.675.6-
YUV92.95108.85205.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=66.23%
G=14.43%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202445900.780.710.21354.364.2348.24
HexCA2C3B04E47151624030
Octal312547301161072554210060
Binary11001010101100111011010011101000111101011011000101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C3B; }

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

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

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

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

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

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

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

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