Shades of Brick Red #C02F3F
Tints of Brick Red #C02F3F
RGB
CMYK
RGB Variations
Color information
#C02F3F (or 0xC02F3F) is known color: Brick Red. HEX triplet: C0, 2F and 3F. RGB value is (192,47,63). Sum of RGB (Red+Green+Blue) = 192+47+63=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F3F is #3FD0C0. Grayscale: #5C5C5C. Windows color (decimal): -4182209 or 4140992. OLE color: 4140992.
HSL color Cylindrical-coordinate representation of color #C02F3F: hue angle of 353.38º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F3F is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 63 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.25 |
| HSL | 353.38º | 0.61% | 0.47% | - |
| HSV(B) | 353.38º | 0.76% | 0.75% | - |
| XYZ | 23.65 | 13.6 | 6.08 | - |
| YUV | 92.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 63 | 0 | 0.76 | 0.67 | 0.25 | 353.38 | 0.61 | 0.47 |
| Hex | C0 | 2F | 3F | 0 | 4C | 43 | 19 | 161 | 3D | 2F |
| Octal | 300 | 57 | 77 | 0 | 114 | 103 | 31 | 541 | 75 | 57 |
| Binary | 11000000 | 101111 | 111111 | 0 | 1001100 | 1000011 | 11001 | 101100001 | 111101 | 101111 |
Color Harmonies of #C02F3F
Complementary color
Monochromatic Colors of #C02F3F
Black with #C02F3F
Text Example
Text Example
White with #C02F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F3F; }
p { color: rgb(192,47,63); }
H1.HeaderClassName
{
color: #C02F3F;
}
.AnyTagClassName
{
color: #C02F3F;
}
</style>
background-color css
<style>
a { background-color: #C02F3F; }
a { background-color: rgb(192,47,63); }
div.DivClassName
{
background-color: #C02F3F;
}
.BgClassName
{
background-color: #C02F3F;
}
</style>
border-color css
<style>
span { border-color: #C02F3F; }
span { border-color: rgb(192,47,63); }
td.TdClassName
{
border-color: #C02F3F;
}
.TagClassName
{
border-color: #C02F3F;
}
</style>