Shades of Brick Red #C03242
Tints of Brick Red #C03242
RGB
CMYK
RGB Variations
Color information
#C03242 (or 0xC03242) is known color: Brick Red. HEX triplet: C0, 32 and 42. RGB value is (192,50,66). Sum of RGB (Red+Green+Blue) = 192+50+66=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C03242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03242 is #3FCDBD. Grayscale: #5E5E5E. Windows color (decimal): -4181438 or 4338368. OLE color: 4338368.
HSL color Cylindrical-coordinate representation of color #C03242: hue angle of 353.24º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03242 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 66 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.25 |
| HSL | 353.24º | 0.59% | 0.47% | - |
| HSV(B) | 353.24º | 0.74% | 0.75% | - |
| XYZ | 23.86 | 13.88 | 6.58 | - |
| YUV | 94.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 66 | 0 | 0.74 | 0.66 | 0.25 | 353.24 | 0.59 | 0.47 |
| Hex | C0 | 32 | 42 | 0 | 4A | 42 | 19 | 161 | 3B | 2F |
| Octal | 300 | 62 | 102 | 0 | 112 | 102 | 31 | 541 | 73 | 57 |
| Binary | 11000000 | 110010 | 1000010 | 0 | 1001010 | 1000010 | 11001 | 101100001 | 111011 | 101111 |
Color Harmonies of #C03242
Complementary color
Monochromatic Colors of #C03242
Black with #C03242
Text Example
Text Example
White with #C03242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03242; }
p { color: rgb(192,50,66); }
H1.HeaderClassName
{
color: #C03242;
}
.AnyTagClassName
{
color: #C03242;
}
</style>
background-color css
<style>
a { background-color: #C03242; }
a { background-color: rgb(192,50,66); }
div.DivClassName
{
background-color: #C03242;
}
.BgClassName
{
background-color: #C03242;
}
</style>
border-color css
<style>
span { border-color: #C03242; }
span { border-color: rgb(192,50,66); }
td.TdClassName
{
border-color: #C03242;
}
.TagClassName
{
border-color: #C03242;
}
</style>