Shades of Brick Red #C72F3C
Tints of Brick Red #C72F3C
RGB
CMYK
RGB Variations
Color information
#C72F3C (or 0xC72F3C) is known color: Brick Red. HEX triplet: C7, 2F and 3C. RGB value is (199,47,60). Sum of RGB (Red+Green+Blue) = 199+47+60=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72F3C is #38D0C3. Grayscale: #5E5E5E. Windows color (decimal): -3723460 or 3944391. OLE color: 3944391.
HSL color Cylindrical-coordinate representation of color #C72F3C: hue angle of 354.87º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72F3C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 47 | 60 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.22 |
| HSL | 354.87º | 0.62% | 0.48% | - |
| HSV(B) | 354.87º | 0.76% | 0.78% | - |
| XYZ | 25.39 | 14.5 | 5.74 | - |
| YUV | 93.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 60 | 0 | 0.76 | 0.70 | 0.22 | 354.87 | 0.62 | 0.48 |
| Hex | C7 | 2F | 3C | 0 | 4C | 46 | 16 | 163 | 3E | 30 |
| Octal | 307 | 57 | 74 | 0 | 114 | 106 | 26 | 543 | 76 | 60 |
| Binary | 11000111 | 101111 | 111100 | 0 | 1001100 | 1000110 | 10110 | 101100011 | 111110 | 110000 |
Color Harmonies of #C72F3C
Complementary color
Monochromatic Colors of #C72F3C
Black with #C72F3C
Text Example
Text Example
White with #C72F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72F3C; }
p { color: rgb(199,47,60); }
H1.HeaderClassName
{
color: #C72F3C;
}
.AnyTagClassName
{
color: #C72F3C;
}
</style>
background-color css
<style>
a { background-color: #C72F3C; }
a { background-color: rgb(199,47,60); }
div.DivClassName
{
background-color: #C72F3C;
}
.BgClassName
{
background-color: #C72F3C;
}
</style>
border-color css
<style>
span { border-color: #C72F3C; }
span { border-color: rgb(199,47,60); }
td.TdClassName
{
border-color: #C72F3C;
}
.TagClassName
{
border-color: #C72F3C;
}
</style>