Shades of Brick Red #C72A3C
Tints of Brick Red #C72A3C
RGB
CMYK
RGB Variations
Color information
#C72A3C (or 0xC72A3C) is known color: Brick Red. HEX triplet: C7, 2A and 3C. RGB value is (199,42,60). Sum of RGB (Red+Green+Blue) = 199+42+60=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72A3C is #38D5C3. Grayscale: #5B5B5B. Windows color (decimal): -3724740 or 3943111. OLE color: 3943111.
HSL color Cylindrical-coordinate representation of color #C72A3C: hue angle of 353.12º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72A3C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 60 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.22 |
| HSL | 353.12º | 0.65% | 0.47% | - |
| HSV(B) | 353.12º | 0.79% | 0.78% | - |
| XYZ | 25.2 | 14.12 | 5.67 | - |
| YUV | 91 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 60 | 0 | 0.79 | 0.70 | 0.22 | 353.12 | 0.65 | 0.47 |
| Hex | C7 | 2A | 3C | 0 | 4F | 46 | 16 | 161 | 41 | 2F |
| Octal | 307 | 52 | 74 | 0 | 117 | 106 | 26 | 541 | 101 | 57 |
| Binary | 11000111 | 101010 | 111100 | 0 | 1001111 | 1000110 | 10110 | 101100001 | 1000001 | 101111 |
Color Harmonies of #C72A3C
Complementary color
Monochromatic Colors of #C72A3C
Black with #C72A3C
Text Example
Text Example
White with #C72A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72A3C; }
p { color: rgb(199,42,60); }
H1.HeaderClassName
{
color: #C72A3C;
}
.AnyTagClassName
{
color: #C72A3C;
}
</style>
background-color css
<style>
a { background-color: #C72A3C; }
a { background-color: rgb(199,42,60); }
div.DivClassName
{
background-color: #C72A3C;
}
.BgClassName
{
background-color: #C72A3C;
}
</style>
border-color css
<style>
span { border-color: #C72A3C; }
span { border-color: rgb(199,42,60); }
td.TdClassName
{
border-color: #C72A3C;
}
.TagClassName
{
border-color: #C72A3C;
}
</style>