Shades of Brick Red #CA273C
Tints of Brick Red #CA273C
RGB
CMYK
RGB Variations
Color information
#CA273C (or 0xCA273C) is known color: Brick Red. HEX triplet: CA, 27 and 3C. RGB value is (202,39,60). Sum of RGB (Red+Green+Blue) = 202+39+60=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA273C is #35D8C3. Grayscale: #5A5A5A. Windows color (decimal): -3528900 or 3942346. OLE color: 3942346.
HSL color Cylindrical-coordinate representation of color #CA273C: hue angle of 352.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA273C is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 60 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.21 |
| HSL | 352.27º | 0.68% | 0.47% | - |
| HSV(B) | 352.27º | 0.81% | 0.79% | - |
| XYZ | 25.9 | 14.33 | 5.68 | - |
| YUV | 90.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 60 | 0 | 0.81 | 0.70 | 0.21 | 352.27 | 0.68 | 0.47 |
| Hex | CA | 27 | 3C | 0 | 51 | 46 | 15 | 160 | 44 | 2F |
| Octal | 312 | 47 | 74 | 0 | 121 | 106 | 25 | 540 | 104 | 57 |
| Binary | 11001010 | 100111 | 111100 | 0 | 1010001 | 1000110 | 10101 | 101100000 | 1000100 | 101111 |
Color Harmonies of #CA273C
Complementary color
Monochromatic Colors of #CA273C
Black with #CA273C
Text Example
Text Example
White with #CA273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA273C; }
p { color: rgb(202,39,60); }
H1.HeaderClassName
{
color: #CA273C;
}
.AnyTagClassName
{
color: #CA273C;
}
</style>
background-color css
<style>
a { background-color: #CA273C; }
a { background-color: rgb(202,39,60); }
div.DivClassName
{
background-color: #CA273C;
}
.BgClassName
{
background-color: #CA273C;
}
</style>
border-color css
<style>
span { border-color: #CA273C; }
span { border-color: rgb(202,39,60); }
td.TdClassName
{
border-color: #CA273C;
}
.TagClassName
{
border-color: #CA273C;
}
</style>