#ca2c43

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

Shades of Brick Red #CA2C43

Tints of Brick Red #CA2C43

Color information

#CA2C43 (or 0xCA2C43) is unknown color: approx Brick Red. HEX triplet: CA, 2C and 43. RGB value is (202,44,67). Sum of RGB (Red+Green+Blue) = 202+44+67=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C43 is #35D3BC. Grayscale: #5D5D5D. Windows color (decimal): -3527613 or 4402378. OLE color: 4402378.

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

Color convert

RGB2024467-
CMYK00.780.670.21
HSL351.27º64.23%48.24%-
HSV(B)351.27º78.22%79.22%-
XYZ26.2714.766.78-
YUV93.86112.85205.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.54%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=64.54%
G=14.06%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202446700.780.670.21351.2764.2348.24
HexCA2C4304E431515f4030
Octal3125410301161032553710060
Binary110010101011001000011010011101000011101011010111111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2c43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2c43; }

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

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

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

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

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

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

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

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