Shades of Brick Red #CA2449
Tints of Brick Red #CA2449
RGB
CMYK
RGB Variations
Color information
#CA2449 (or 0xCA2449) is known color: Brick Red. HEX triplet: CA, 24 and 49. RGB value is (202,36,73). Sum of RGB (Red+Green+Blue) = 202+36+73=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2449 is #35DBB6. Grayscale: #595959. Windows color (decimal): -3529655 or 4793546. OLE color: 4793546.
HSL color Cylindrical-coordinate representation of color #CA2449: hue angle of 346.63º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2449 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 73 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.21 |
| HSL | 346.63º | 0.7% | 0.47% | - |
| HSV(B) | 346.63º | 0.82% | 0.79% | - |
| XYZ | 26.19 | 14.3 | 7.68 | - |
| YUV | 89.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 73 | 0 | 0.82 | 0.64 | 0.21 | 346.63 | 0.7 | 0.47 |
| Hex | CA | 24 | 49 | 0 | 52 | 40 | 15 | 15B | 46 | 2F |
| Octal | 312 | 44 | 111 | 0 | 122 | 100 | 25 | 533 | 106 | 57 |
| Binary | 11001010 | 100100 | 1001001 | 0 | 1010010 | 1000000 | 10101 | 101011011 | 1000110 | 101111 |
Color Harmonies of #CA2449
Complementary color
Monochromatic Colors of #CA2449
Black with #CA2449
Text Example
Text Example
White with #CA2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2449; }
p { color: rgb(202,36,73); }
H1.HeaderClassName
{
color: #CA2449;
}
.AnyTagClassName
{
color: #CA2449;
}
</style>
background-color css
<style>
a { background-color: #CA2449; }
a { background-color: rgb(202,36,73); }
div.DivClassName
{
background-color: #CA2449;
}
.BgClassName
{
background-color: #CA2449;
}
</style>
border-color css
<style>
span { border-color: #CA2449; }
span { border-color: rgb(202,36,73); }
td.TdClassName
{
border-color: #CA2449;
}
.TagClassName
{
border-color: #CA2449;
}
</style>