Shades of Brick Red #CA2A42
Tints of Brick Red #CA2A42
RGB
CMYK
RGB Variations
Color information
#CA2A42 (or 0xCA2A42) is known color: Brick Red. HEX triplet: CA, 2A and 42. RGB value is (202,42,66). Sum of RGB (Red+Green+Blue) = 202+42+66=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2A42 is #35D5BD. Grayscale: #5C5C5C. Windows color (decimal): -3528126 or 4336330. OLE color: 4336330.
HSL color Cylindrical-coordinate representation of color #CA2A42: hue angle of 351º 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 #CA2A42 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 66 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.21 |
| HSL | 351º | 0.66% | 0.48% | - |
| HSV(B) | 351º | 0.79% | 0.79% | - |
| XYZ | 26.17 | 14.61 | 6.59 | - |
| YUV | 92.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 66 | 0 | 0.79 | 0.67 | 0.21 | 351 | 0.66 | 0.48 |
| Hex | CA | 2A | 42 | 0 | 4F | 43 | 15 | 15F | 42 | 30 |
| Octal | 312 | 52 | 102 | 0 | 117 | 103 | 25 | 537 | 102 | 60 |
| Binary | 11001010 | 101010 | 1000010 | 0 | 1001111 | 1000011 | 10101 | 101011111 | 1000010 | 110000 |
Color Harmonies of #CA2A42
Complementary color
Monochromatic Colors of #CA2A42
Black with #CA2A42
Text Example
Text Example
White with #CA2A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A42; }
p { color: rgb(202,42,66); }
H1.HeaderClassName
{
color: #CA2A42;
}
.AnyTagClassName
{
color: #CA2A42;
}
</style>
background-color css
<style>
a { background-color: #CA2A42; }
a { background-color: rgb(202,42,66); }
div.DivClassName
{
background-color: #CA2A42;
}
.BgClassName
{
background-color: #CA2A42;
}
</style>
border-color css
<style>
span { border-color: #CA2A42; }
span { border-color: rgb(202,42,66); }
td.TdClassName
{
border-color: #CA2A42;
}
.TagClassName
{
border-color: #CA2A42;
}
</style>