Shades of Brick Red #C72A3E
Tints of Brick Red #C72A3E
RGB
CMYK
RGB Variations
Color information
#C72A3E (or 0xC72A3E) is known color: Brick Red. HEX triplet: C7, 2A and 3E. RGB value is (199,42,62). Sum of RGB (Red+Green+Blue) = 199+42+62=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72A3E is #38D5C1. Grayscale: #5B5B5B. Windows color (decimal): -3724738 or 4074183. OLE color: 4074183.
HSL color Cylindrical-coordinate representation of color #C72A3E: hue angle of 352.36º 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 #C72A3E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 62 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.22 |
| HSL | 352.36º | 0.65% | 0.47% | - |
| HSV(B) | 352.36º | 0.79% | 0.78% | - |
| XYZ | 25.25 | 14.15 | 5.96 | - |
| YUV | 91.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 62 | 0 | 0.79 | 0.69 | 0.22 | 352.36 | 0.65 | 0.47 |
| Hex | C7 | 2A | 3E | 0 | 4F | 45 | 16 | 160 | 41 | 2F |
| Octal | 307 | 52 | 76 | 0 | 117 | 105 | 26 | 540 | 101 | 57 |
| Binary | 11000111 | 101010 | 111110 | 0 | 1001111 | 1000101 | 10110 | 101100000 | 1000001 | 101111 |
Color Harmonies of #C72A3E
Complementary color
Monochromatic Colors of #C72A3E
Black with #C72A3E
Text Example
Text Example
White with #C72A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72A3E; }
p { color: rgb(199,42,62); }
H1.HeaderClassName
{
color: #C72A3E;
}
.AnyTagClassName
{
color: #C72A3E;
}
</style>
background-color css
<style>
a { background-color: #C72A3E; }
a { background-color: rgb(199,42,62); }
div.DivClassName
{
background-color: #C72A3E;
}
.BgClassName
{
background-color: #C72A3E;
}
</style>
border-color css
<style>
span { border-color: #C72A3E; }
span { border-color: rgb(199,42,62); }
td.TdClassName
{
border-color: #C72A3E;
}
.TagClassName
{
border-color: #C72A3E;
}
</style>