#CA2C3F

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

Shades of Brick Red #CA2C3F

Tints of Brick Red #CA2C3F

Color information

#CA2C3F (or 0xCA2C3F) is unknown color: approx Brick Red. HEX triplet: CA, 2C and 3F. RGB value is (202,44,63). Sum of RGB (Red+Green+Blue) = 202+44+63=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C3F is #35D3C0. Grayscale: #5D5D5D. Windows color (decimal): -3527617 or 4140234. OLE color: 4140234.

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

Color convert

RGB2024463-
CMYK00.780.690.21
HSL352.78º64.23%48.24%-
HSV(B)352.78º78.22%79.22%-
XYZ26.1614.726.16-
YUV93.41110.85205.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.37%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 63 (25% from 255) = 20.39%
R=65.37%
G=14.24%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202446300.780.690.21352.7864.2348.24
HexCA2C3F04E45151614030
Octal312547701161052554110060
Binary11001010101100111111010011101000101101011011000011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C3F; }

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

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

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

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

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

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

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

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