Shades of Brick Red #CA2E43
Tints of Brick Red #CA2E43
RGB
CMYK
RGB Variations
Color information
#CA2E43 (or 0xCA2E43) is known color: Brick Red. HEX triplet: CA, 2E and 43. RGB value is (202,46,67). Sum of RGB (Red+Green+Blue) = 202+46+67=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E43 is #35D1BC. Grayscale: #5F5F5F. Windows color (decimal): -3527101 or 4402890. OLE color: 4402890.
HSL color Cylindrical-coordinate representation of color #CA2E43: hue angle of 351.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E43 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 67 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.21 |
| HSL | 351.92º | 0.63% | 0.49% | - |
| HSV(B) | 351.92º | 0.77% | 0.79% | - |
| XYZ | 26.35 | 14.92 | 6.8 | - |
| YUV | 95.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 67 | 0 | 0.77 | 0.67 | 0.21 | 351.92 | 0.63 | 0.49 |
| Hex | CA | 2E | 43 | 0 | 4D | 43 | 15 | 160 | 3F | 31 |
| Octal | 312 | 56 | 103 | 0 | 115 | 103 | 25 | 540 | 77 | 61 |
| Binary | 11001010 | 101110 | 1000011 | 0 | 1001101 | 1000011 | 10101 | 101100000 | 111111 | 110001 |
Color Harmonies of #CA2E43
Complementary color
Monochromatic Colors of #CA2E43
Black with #CA2E43
Text Example
Text Example
White with #CA2E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E43; }
p { color: rgb(202,46,67); }
H1.HeaderClassName
{
color: #CA2E43;
}
.AnyTagClassName
{
color: #CA2E43;
}
</style>
background-color css
<style>
a { background-color: #CA2E43; }
a { background-color: rgb(202,46,67); }
div.DivClassName
{
background-color: #CA2E43;
}
.BgClassName
{
background-color: #CA2E43;
}
</style>
border-color css
<style>
span { border-color: #CA2E43; }
span { border-color: rgb(202,46,67); }
td.TdClassName
{
border-color: #CA2E43;
}
.TagClassName
{
border-color: #CA2E43;
}
</style>