Shades of Brick Red #CA2844
Tints of Brick Red #CA2844
RGB
CMYK
RGB Variations
Color information
#CA2844 (or 0xCA2844) is known color: Brick Red. HEX triplet: CA, 28 and 44. RGB value is (202,40,68). Sum of RGB (Red+Green+Blue) = 202+40+68=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2844 is #35D7BB. Grayscale: #5B5B5B. Windows color (decimal): -3528636 or 4466890. OLE color: 4466890.
HSL color Cylindrical-coordinate representation of color #CA2844: hue angle of 349.63º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2844 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 68 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.21 |
| HSL | 349.63º | 0.67% | 0.47% | - |
| HSV(B) | 349.63º | 0.8% | 0.79% | - |
| XYZ | 26.16 | 14.49 | 6.89 | - |
| YUV | 91.63 | 114.67 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 68 | 0 | 0.80 | 0.66 | 0.21 | 349.63 | 0.67 | 0.47 |
| Hex | CA | 28 | 44 | 0 | 50 | 42 | 15 | 15E | 43 | 2F |
| Octal | 312 | 50 | 104 | 0 | 120 | 102 | 25 | 536 | 103 | 57 |
| Binary | 11001010 | 101000 | 1000100 | 0 | 1010000 | 1000010 | 10101 | 101011110 | 1000011 | 101111 |
Color Harmonies of #CA2844
Complementary color
Monochromatic Colors of #CA2844
Black with #CA2844
Text Example
Text Example
White with #CA2844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2844; }
p { color: rgb(202,40,68); }
H1.HeaderClassName
{
color: #CA2844;
}
.AnyTagClassName
{
color: #CA2844;
}
</style>
background-color css
<style>
a { background-color: #CA2844; }
a { background-color: rgb(202,40,68); }
div.DivClassName
{
background-color: #CA2844;
}
.BgClassName
{
background-color: #CA2844;
}
</style>
border-color css
<style>
span { border-color: #CA2844; }
span { border-color: rgb(202,40,68); }
td.TdClassName
{
border-color: #CA2844;
}
.TagClassName
{
border-color: #CA2844;
}
</style>