Shades of Brick Red #C02B41
Tints of Brick Red #C02B41
RGB
CMYK
RGB Variations
Color information
#C02B41 (or 0xC02B41) is known color: Brick Red. HEX triplet: C0, 2B and 41. RGB value is (192,43,65). Sum of RGB (Red+Green+Blue) = 192+43+65=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B41 is #3FD4BE. Grayscale: #5A5A5A. Windows color (decimal): -4183231 or 4271040. OLE color: 4271040.
HSL color Cylindrical-coordinate representation of color #C02B41: hue angle of 351.14º 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 #C02B41 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 65 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.25 |
| HSL | 351.14º | 0.63% | 0.46% | - |
| HSV(B) | 351.14º | 0.78% | 0.75% | - |
| XYZ | 23.56 | 13.32 | 6.33 | - |
| YUV | 90.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 65 | 0 | 0.78 | 0.66 | 0.25 | 351.14 | 0.63 | 0.46 |
| Hex | C0 | 2B | 41 | 0 | 4E | 42 | 19 | 15F | 3F | 2E |
| Octal | 300 | 53 | 101 | 0 | 116 | 102 | 31 | 537 | 77 | 56 |
| Binary | 11000000 | 101011 | 1000001 | 0 | 1001110 | 1000010 | 11001 | 101011111 | 111111 | 101110 |
Color Harmonies of #C02B41
Complementary color
Monochromatic Colors of #C02B41
Black with #C02B41
Text Example
Text Example
White with #C02B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B41; }
p { color: rgb(192,43,65); }
H1.HeaderClassName
{
color: #C02B41;
}
.AnyTagClassName
{
color: #C02B41;
}
</style>
background-color css
<style>
a { background-color: #C02B41; }
a { background-color: rgb(192,43,65); }
div.DivClassName
{
background-color: #C02B41;
}
.BgClassName
{
background-color: #C02B41;
}
</style>
border-color css
<style>
span { border-color: #C02B41; }
span { border-color: rgb(192,43,65); }
td.TdClassName
{
border-color: #C02B41;
}
.TagClassName
{
border-color: #C02B41;
}
</style>