Shades of Brick Red #CA2E44
Tints of Brick Red #CA2E44
RGB
CMYK
RGB Variations
Color information
#CA2E44 (or 0xCA2E44) is known color: Brick Red. HEX triplet: CA, 2E and 44. RGB value is (202,46,68). Sum of RGB (Red+Green+Blue) = 202+46+68=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E44 is #35D1BB. Grayscale: #5F5F5F. Windows color (decimal): -3527100 or 4468426. OLE color: 4468426.
HSL color Cylindrical-coordinate representation of color #CA2E44: hue angle of 351.54º 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 #CA2E44 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 68 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.21 |
| HSL | 351.54º | 0.63% | 0.49% | - |
| HSV(B) | 351.54º | 0.77% | 0.79% | - |
| XYZ | 26.38 | 14.93 | 6.96 | - |
| YUV | 95.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 68 | 0 | 0.77 | 0.66 | 0.21 | 351.54 | 0.63 | 0.49 |
| Hex | CA | 2E | 44 | 0 | 4D | 42 | 15 | 160 | 3F | 31 |
| Octal | 312 | 56 | 104 | 0 | 115 | 102 | 25 | 540 | 77 | 61 |
| Binary | 11001010 | 101110 | 1000100 | 0 | 1001101 | 1000010 | 10101 | 101100000 | 111111 | 110001 |
Color Harmonies of #CA2E44
Complementary color
Monochromatic Colors of #CA2E44
Black with #CA2E44
Text Example
Text Example
White with #CA2E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E44; }
p { color: rgb(202,46,68); }
H1.HeaderClassName
{
color: #CA2E44;
}
.AnyTagClassName
{
color: #CA2E44;
}
</style>
background-color css
<style>
a { background-color: #CA2E44; }
a { background-color: rgb(202,46,68); }
div.DivClassName
{
background-color: #CA2E44;
}
.BgClassName
{
background-color: #CA2E44;
}
</style>
border-color css
<style>
span { border-color: #CA2E44; }
span { border-color: rgb(202,46,68); }
td.TdClassName
{
border-color: #CA2E44;
}
.TagClassName
{
border-color: #CA2E44;
}
</style>