#CA2A4A

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

Shades of Brick Red #CA2A4A

Tints of Brick Red #CA2A4A

Color information

#CA2A4A (or 0xCA2A4A) is unknown color: approx Brick Red. HEX triplet: CA, 2A and 4A. RGB value is (202,42,74). Sum of RGB (Red+Green+Blue) = 202+42+74=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2A4A is #35D5B5. Grayscale: #5D5D5D. Windows color (decimal): -3528118 or 4860618. OLE color: 4860618.

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

Color convert

RGB2024274-
CMYK00.790.630.21
HSL348º65.57%47.84%-
HSV(B)348º79.21%79.22%-
XYZ26.4214.717.92-
YUV93.49117.01205.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 42 (16.80% from 255) = 13.21%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=63.52%
G=13.21%
B=23.27%

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
Decimal202427400.790.630.2134865.5747.84
HexCA2A4A04F3F1515c4230
Octal312521120117772553410260
Binary11001010101010100101001001111111111101011010111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A4A; }

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

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

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

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

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

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

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

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