Shades of Brick Red #C0333C
Tints of Brick Red #C0333C
RGB
CMYK
RGB Variations
Color information
#C0333C (or 0xC0333C) is known color: Brick Red. HEX triplet: C0, 33 and 3C. RGB value is (192,51,60). Sum of RGB (Red+Green+Blue) = 192+51+60=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0333C is #3FCCC3. Grayscale: #5E5E5E. Windows color (decimal): -4181188 or 3945408. OLE color: 3945408.
HSL color Cylindrical-coordinate representation of color #C0333C: hue angle of 356.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0333C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 60 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.25 |
| HSL | 356.17º | 0.58% | 0.48% | - |
| HSV(B) | 356.17º | 0.73% | 0.75% | - |
| XYZ | 23.74 | 13.9 | 5.71 | - |
| YUV | 94.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 60 | 0 | 0.73 | 0.69 | 0.25 | 356.17 | 0.58 | 0.48 |
| Hex | C0 | 33 | 3C | 0 | 49 | 45 | 19 | 164 | 3A | 30 |
| Octal | 300 | 63 | 74 | 0 | 111 | 105 | 31 | 544 | 72 | 60 |
| Binary | 11000000 | 110011 | 111100 | 0 | 1001001 | 1000101 | 11001 | 101100100 | 111010 | 110000 |
Color Harmonies of #C0333C
Complementary color
Monochromatic Colors of #C0333C
Black with #C0333C
Text Example
Text Example
White with #C0333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0333C; }
p { color: rgb(192,51,60); }
H1.HeaderClassName
{
color: #C0333C;
}
.AnyTagClassName
{
color: #C0333C;
}
</style>
background-color css
<style>
a { background-color: #C0333C; }
a { background-color: rgb(192,51,60); }
div.DivClassName
{
background-color: #C0333C;
}
.BgClassName
{
background-color: #C0333C;
}
</style>
border-color css
<style>
span { border-color: #C0333C; }
span { border-color: rgb(192,51,60); }
td.TdClassName
{
border-color: #C0333C;
}
.TagClassName
{
border-color: #C0333C;
}
</style>