Shades of Brick Red #C02B45
Tints of Brick Red #C02B45
RGB
CMYK
RGB Variations
Color information
#C02B45 (or 0xC02B45) is known color: Brick Red. HEX triplet: C0, 2B and 45. RGB value is (192,43,69). Sum of RGB (Red+Green+Blue) = 192+43+69=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B45 is #3FD4BA. Grayscale: #5A5A5A. Windows color (decimal): -4183227 or 4533184. OLE color: 4533184.
HSL color Cylindrical-coordinate representation of color #C02B45: hue angle of 349.53º 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 #C02B45 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 69 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.25 |
| HSL | 349.53º | 0.63% | 0.46% | - |
| HSV(B) | 349.53º | 0.78% | 0.75% | - |
| XYZ | 23.68 | 13.36 | 6.96 | - |
| YUV | 90.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 69 | 0 | 0.78 | 0.64 | 0.25 | 349.53 | 0.63 | 0.46 |
| Hex | C0 | 2B | 45 | 0 | 4E | 40 | 19 | 15E | 3F | 2E |
| Octal | 300 | 53 | 105 | 0 | 116 | 100 | 31 | 536 | 77 | 56 |
| Binary | 11000000 | 101011 | 1000101 | 0 | 1001110 | 1000000 | 11001 | 101011110 | 111111 | 101110 |
Color Harmonies of #C02B45
Complementary color
Monochromatic Colors of #C02B45
Black with #C02B45
Text Example
Text Example
White with #C02B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B45; }
p { color: rgb(192,43,69); }
H1.HeaderClassName
{
color: #C02B45;
}
.AnyTagClassName
{
color: #C02B45;
}
</style>
background-color css
<style>
a { background-color: #C02B45; }
a { background-color: rgb(192,43,69); }
div.DivClassName
{
background-color: #C02B45;
}
.BgClassName
{
background-color: #C02B45;
}
</style>
border-color css
<style>
span { border-color: #C02B45; }
span { border-color: rgb(192,43,69); }
td.TdClassName
{
border-color: #C02B45;
}
.TagClassName
{
border-color: #C02B45;
}
</style>