Shades of Brick Red #C02843
Tints of Brick Red #C02843
RGB
CMYK
RGB Variations
Color information
#C02843 (or 0xC02843) is known color: Brick Red. HEX triplet: C0, 28 and 43. RGB value is (192,40,67). Sum of RGB (Red+Green+Blue) = 192+40+67=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C02843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02843 is #3FD7BC. Grayscale: #585858. Windows color (decimal): -4183997 or 4401344. OLE color: 4401344.
HSL color Cylindrical-coordinate representation of color #C02843: hue angle of 349.34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02843 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 67 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.25 |
| HSL | 349.34º | 0.66% | 0.45% | - |
| HSV(B) | 349.34º | 0.79% | 0.75% | - |
| XYZ | 23.51 | 13.13 | 6.61 | - |
| YUV | 88.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 67 | 0 | 0.79 | 0.65 | 0.25 | 349.34 | 0.66 | 0.45 |
| Hex | C0 | 28 | 43 | 0 | 4F | 41 | 19 | 15D | 42 | 2D |
| Octal | 300 | 50 | 103 | 0 | 117 | 101 | 31 | 535 | 102 | 55 |
| Binary | 11000000 | 101000 | 1000011 | 0 | 1001111 | 1000001 | 11001 | 101011101 | 1000010 | 101101 |
Color Harmonies of #C02843
Complementary color
Monochromatic Colors of #C02843
Black with #C02843
Text Example
Text Example
White with #C02843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02843; }
p { color: rgb(192,40,67); }
H1.HeaderClassName
{
color: #C02843;
}
.AnyTagClassName
{
color: #C02843;
}
</style>
background-color css
<style>
a { background-color: #C02843; }
a { background-color: rgb(192,40,67); }
div.DivClassName
{
background-color: #C02843;
}
.BgClassName
{
background-color: #C02843;
}
</style>
border-color css
<style>
span { border-color: #C02843; }
span { border-color: rgb(192,40,67); }
td.TdClassName
{
border-color: #C02843;
}
.TagClassName
{
border-color: #C02843;
}
</style>