Shades of Brick Red #C03344
Tints of Brick Red #C03344
RGB
CMYK
RGB Variations
Color information
#C03344 (or 0xC03344) is known color: Brick Red. HEX triplet: C0, 33 and 44. RGB value is (192,51,68). Sum of RGB (Red+Green+Blue) = 192+51+68=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C03344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03344 is #3FCCBB. Grayscale: #5F5F5F. Windows color (decimal): -4181180 or 4469696. OLE color: 4469696.
HSL color Cylindrical-coordinate representation of color #C03344: hue angle of 352.77º 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 #C03344 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 68 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.25 |
| HSL | 352.77º | 0.58% | 0.48% | - |
| HSV(B) | 352.77º | 0.73% | 0.75% | - |
| XYZ | 23.97 | 13.99 | 6.91 | - |
| YUV | 95.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 68 | 0 | 0.73 | 0.65 | 0.25 | 352.77 | 0.58 | 0.48 |
| Hex | C0 | 33 | 44 | 0 | 49 | 41 | 19 | 161 | 3A | 30 |
| Octal | 300 | 63 | 104 | 0 | 111 | 101 | 31 | 541 | 72 | 60 |
| Binary | 11000000 | 110011 | 1000100 | 0 | 1001001 | 1000001 | 11001 | 101100001 | 111010 | 110000 |
Color Harmonies of #C03344
Complementary color
Monochromatic Colors of #C03344
Black with #C03344
Text Example
Text Example
White with #C03344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03344; }
p { color: rgb(192,51,68); }
H1.HeaderClassName
{
color: #C03344;
}
.AnyTagClassName
{
color: #C03344;
}
</style>
background-color css
<style>
a { background-color: #C03344; }
a { background-color: rgb(192,51,68); }
div.DivClassName
{
background-color: #C03344;
}
.BgClassName
{
background-color: #C03344;
}
</style>
border-color css
<style>
span { border-color: #C03344; }
span { border-color: rgb(192,51,68); }
td.TdClassName
{
border-color: #C03344;
}
.TagClassName
{
border-color: #C03344;
}
</style>