#CA2A39

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

Shades of Brick Red #CA2A39

Tints of Brick Red #CA2A39

Color information

#CA2A39 (or 0xCA2A39) is unknown color: approx Brick Red. HEX triplet: CA, 2A and 39. RGB value is (202,42,57). Sum of RGB (Red+Green+Blue) = 202+42+57=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2A39 is #35D5C6. Grayscale: #5B5B5B. Windows color (decimal): -3528135 or 3746506. OLE color: 3746506.

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

Color convert

RGB2024257-
CMYK00.790.720.21
HSL354.38º65.57%47.84%-
HSV(B)354.38º79.21%79.22%-
XYZ25.9214.515.3-
YUV91.55108.51206.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.11%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=67.11%
G=13.95%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202425700.790.720.21354.3865.5747.84
HexCA2A3904F48151624230
Octal312527101171102554210260
Binary11001010101010111001010011111001000101011011000101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A39; }

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

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

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

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

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

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

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

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