Shades of Brick Red #C03345
Tints of Brick Red #C03345
RGB
CMYK
RGB Variations
Color information
#C03345 (or 0xC03345) is known color: Brick Red. HEX triplet: C0, 33 and 45. RGB value is (192,51,69). Sum of RGB (Red+Green+Blue) = 192+51+69=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C03345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03345 is #3FCCBA. Grayscale: #5F5F5F. Windows color (decimal): -4181179 or 4535232. OLE color: 4535232.
HSL color Cylindrical-coordinate representation of color #C03345: hue angle of 352.34º 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 #C03345 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 69 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.25 |
| HSL | 352.34º | 0.58% | 0.48% | - |
| HSV(B) | 352.34º | 0.73% | 0.75% | - |
| XYZ | 24 | 14 | 7.07 | - |
| YUV | 95.21 | 113.21 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 69 | 0 | 0.73 | 0.64 | 0.25 | 352.34 | 0.58 | 0.48 |
| Hex | C0 | 33 | 45 | 0 | 49 | 40 | 19 | 160 | 3A | 30 |
| Octal | 300 | 63 | 105 | 0 | 111 | 100 | 31 | 540 | 72 | 60 |
| Binary | 11000000 | 110011 | 1000101 | 0 | 1001001 | 1000000 | 11001 | 101100000 | 111010 | 110000 |
Color Harmonies of #C03345
Complementary color
Monochromatic Colors of #C03345
Black with #C03345
Text Example
Text Example
White with #C03345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03345; }
p { color: rgb(192,51,69); }
H1.HeaderClassName
{
color: #C03345;
}
.AnyTagClassName
{
color: #C03345;
}
</style>
background-color css
<style>
a { background-color: #C03345; }
a { background-color: rgb(192,51,69); }
div.DivClassName
{
background-color: #C03345;
}
.BgClassName
{
background-color: #C03345;
}
</style>
border-color css
<style>
span { border-color: #C03345; }
span { border-color: rgb(192,51,69); }
td.TdClassName
{
border-color: #C03345;
}
.TagClassName
{
border-color: #C03345;
}
</style>