Shades of Brick Red #C02B36
Tints of Brick Red #C02B36
RGB
CMYK
RGB Variations
Color information
#C02B36 (or 0xC02B36) is known color: Brick Red. HEX triplet: C0, 2B and 36. RGB value is (192,43,54). Sum of RGB (Red+Green+Blue) = 192+43+54=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B36 is #3FD4C9. Grayscale: #585858. Windows color (decimal): -4183242 or 3550144. OLE color: 3550144.
HSL color Cylindrical-coordinate representation of color #C02B36: hue angle of 355.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B36 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 54 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.25 |
| HSL | 355.57º | 0.63% | 0.46% | - |
| HSV(B) | 355.57º | 0.78% | 0.75% | - |
| XYZ | 23.27 | 13.2 | 4.81 | - |
| YUV | 88.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 54 | 0 | 0.78 | 0.72 | 0.25 | 355.57 | 0.63 | 0.46 |
| Hex | C0 | 2B | 36 | 0 | 4E | 48 | 19 | 164 | 3F | 2E |
| Octal | 300 | 53 | 66 | 0 | 116 | 110 | 31 | 544 | 77 | 56 |
| Binary | 11000000 | 101011 | 110110 | 0 | 1001110 | 1001000 | 11001 | 101100100 | 111111 | 101110 |
Color Harmonies of #C02B36
Complementary color
Monochromatic Colors of #C02B36
Black with #C02B36
Text Example
Text Example
White with #C02B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B36; }
p { color: rgb(192,43,54); }
H1.HeaderClassName
{
color: #C02B36;
}
.AnyTagClassName
{
color: #C02B36;
}
</style>
background-color css
<style>
a { background-color: #C02B36; }
a { background-color: rgb(192,43,54); }
div.DivClassName
{
background-color: #C02B36;
}
.BgClassName
{
background-color: #C02B36;
}
</style>
border-color css
<style>
span { border-color: #C02B36; }
span { border-color: rgb(192,43,54); }
td.TdClassName
{
border-color: #C02B36;
}
.TagClassName
{
border-color: #C02B36;
}
</style>