#CA2B4A

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

Shades of Brick Red #CA2B4A

Tints of Brick Red #CA2B4A

Color information

#CA2B4A (or 0xCA2B4A) is unknown color: approx Brick Red. HEX triplet: CA, 2B and 4A. RGB value is (202,43,74). Sum of RGB (Red+Green+Blue) = 202+43+74=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B4A is #35D4B5. Grayscale: #5E5E5E. Windows color (decimal): -3527862 or 4860874. OLE color: 4860874.

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

Color convert

RGB2024374-
CMYK00.790.630.21
HSL348.3º64.9%48.04%-
HSV(B)348.3º78.71%79.22%-
XYZ26.4614.787.94-
YUV94.07116.68204.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=63.32%
G=13.48%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202437400.790.630.21348.364.948.04
HexCA2B4A04F3F1515c4130
Octal312531120117772553410160
Binary11001010101011100101001001111111111101011010111001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B4A; }

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

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

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

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

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

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

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

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