Shades of Brick Red #CA2E45
Tints of Brick Red #CA2E45
RGB
CMYK
RGB Variations
Color information
#CA2E45 (or 0xCA2E45) is known color: Brick Red. HEX triplet: CA, 2E and 45. RGB value is (202,46,69). Sum of RGB (Red+Green+Blue) = 202+46+69=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E45 is #35D1BA. Grayscale: #5F5F5F. Windows color (decimal): -3527099 or 4533962. OLE color: 4533962.
HSL color Cylindrical-coordinate representation of color #CA2E45: hue angle of 351.15º 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 #CA2E45 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 69 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.21 |
| HSL | 351.15º | 0.63% | 0.49% | - |
| HSV(B) | 351.15º | 0.77% | 0.79% | - |
| XYZ | 26.41 | 14.94 | 7.12 | - |
| YUV | 95.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 69 | 0 | 0.77 | 0.66 | 0.21 | 351.15 | 0.63 | 0.49 |
| Hex | CA | 2E | 45 | 0 | 4D | 42 | 15 | 15F | 3F | 31 |
| Octal | 312 | 56 | 105 | 0 | 115 | 102 | 25 | 537 | 77 | 61 |
| Binary | 11001010 | 101110 | 1000101 | 0 | 1001101 | 1000010 | 10101 | 101011111 | 111111 | 110001 |
Color Harmonies of #CA2E45
Complementary color
Monochromatic Colors of #CA2E45
Black with #CA2E45
Text Example
Text Example
White with #CA2E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E45; }
p { color: rgb(202,46,69); }
H1.HeaderClassName
{
color: #CA2E45;
}
.AnyTagClassName
{
color: #CA2E45;
}
</style>
background-color css
<style>
a { background-color: #CA2E45; }
a { background-color: rgb(202,46,69); }
div.DivClassName
{
background-color: #CA2E45;
}
.BgClassName
{
background-color: #CA2E45;
}
</style>
border-color css
<style>
span { border-color: #CA2E45; }
span { border-color: rgb(202,46,69); }
td.TdClassName
{
border-color: #CA2E45;
}
.TagClassName
{
border-color: #CA2E45;
}
</style>