Shades of Brick Red #CA2B3A
Tints of Brick Red #CA2B3A
RGB
CMYK
RGB Variations
Color information
#CA2B3A (or 0xCA2B3A) is known color: Brick Red. HEX triplet: CA, 2B and 3A. RGB value is (202,43,58). Sum of RGB (Red+Green+Blue) = 202+43+58=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B3A is #35D4C5. Grayscale: #5C5C5C. Windows color (decimal): -3527878 or 3812298. OLE color: 3812298.
HSL color Cylindrical-coordinate representation of color #CA2B3A: hue angle of 354.34º 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 #CA2B3A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 58 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.21 |
| HSL | 354.34º | 0.65% | 0.48% | - |
| HSV(B) | 354.34º | 0.79% | 0.79% | - |
| XYZ | 25.98 | 14.59 | 5.45 | - |
| YUV | 92.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 58 | 0 | 0.79 | 0.71 | 0.21 | 354.34 | 0.65 | 0.48 |
| Hex | CA | 2B | 3A | 0 | 4F | 47 | 15 | 162 | 41 | 30 |
| Octal | 312 | 53 | 72 | 0 | 117 | 107 | 25 | 542 | 101 | 60 |
| Binary | 11001010 | 101011 | 111010 | 0 | 1001111 | 1000111 | 10101 | 101100010 | 1000001 | 110000 |
Color Harmonies of #CA2B3A
Complementary color
Monochromatic Colors of #CA2B3A
Black with #CA2B3A
Text Example
Text Example
White with #CA2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2B3A; }
p { color: rgb(202,43,58); }
H1.HeaderClassName
{
color: #CA2B3A;
}
.AnyTagClassName
{
color: #CA2B3A;
}
</style>
background-color css
<style>
a { background-color: #CA2B3A; }
a { background-color: rgb(202,43,58); }
div.DivClassName
{
background-color: #CA2B3A;
}
.BgClassName
{
background-color: #CA2B3A;
}
</style>
border-color css
<style>
span { border-color: #CA2B3A; }
span { border-color: rgb(202,43,58); }
td.TdClassName
{
border-color: #CA2B3A;
}
.TagClassName
{
border-color: #CA2B3A;
}
</style>