Shades of Brick Red #C03343
Tints of Brick Red #C03343
RGB
CMYK
RGB Variations
Color information
#C03343 (or 0xC03343) is known color: Brick Red. HEX triplet: C0, 33 and 43. RGB value is (192,51,67). Sum of RGB (Red+Green+Blue) = 192+51+67=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C03343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03343 is #3FCCBC. Grayscale: #5F5F5F. Windows color (decimal): -4181181 or 4404160. OLE color: 4404160.
HSL color Cylindrical-coordinate representation of color #C03343: hue angle of 353.19º 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 #C03343 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 67 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.25 |
| HSL | 353.19º | 0.58% | 0.48% | - |
| HSV(B) | 353.19º | 0.73% | 0.75% | - |
| XYZ | 23.94 | 13.98 | 6.75 | - |
| YUV | 94.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 67 | 0 | 0.73 | 0.65 | 0.25 | 353.19 | 0.58 | 0.48 |
| Hex | C0 | 33 | 43 | 0 | 49 | 41 | 19 | 161 | 3A | 30 |
| Octal | 300 | 63 | 103 | 0 | 111 | 101 | 31 | 541 | 72 | 60 |
| Binary | 11000000 | 110011 | 1000011 | 0 | 1001001 | 1000001 | 11001 | 101100001 | 111010 | 110000 |
Color Harmonies of #C03343
Complementary color
Monochromatic Colors of #C03343
Black with #C03343
Text Example
Text Example
White with #C03343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03343; }
p { color: rgb(192,51,67); }
H1.HeaderClassName
{
color: #C03343;
}
.AnyTagClassName
{
color: #C03343;
}
</style>
background-color css
<style>
a { background-color: #C03343; }
a { background-color: rgb(192,51,67); }
div.DivClassName
{
background-color: #C03343;
}
.BgClassName
{
background-color: #C03343;
}
</style>
border-color css
<style>
span { border-color: #C03343; }
span { border-color: rgb(192,51,67); }
td.TdClassName
{
border-color: #C03343;
}
.TagClassName
{
border-color: #C03343;
}
</style>