Shades of Brick Red #C03341
Tints of Brick Red #C03341
RGB
CMYK
RGB Variations
Color information
#C03341 (or 0xC03341) is known color: Brick Red. HEX triplet: C0, 33 and 41. RGB value is (192,51,65). Sum of RGB (Red+Green+Blue) = 192+51+65=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C03341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03341 is #3FCCBE. Grayscale: #5E5E5E. Windows color (decimal): -4181183 or 4273088. OLE color: 4273088.
HSL color Cylindrical-coordinate representation of color #C03341: hue angle of 354.04º 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 #C03341 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 65 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.25 |
| HSL | 354.04º | 0.58% | 0.48% | - |
| HSV(B) | 354.04º | 0.73% | 0.75% | - |
| XYZ | 23.88 | 13.96 | 6.44 | - |
| YUV | 94.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 65 | 0 | 0.73 | 0.66 | 0.25 | 354.04 | 0.58 | 0.48 |
| Hex | C0 | 33 | 41 | 0 | 49 | 42 | 19 | 162 | 3A | 30 |
| Octal | 300 | 63 | 101 | 0 | 111 | 102 | 31 | 542 | 72 | 60 |
| Binary | 11000000 | 110011 | 1000001 | 0 | 1001001 | 1000010 | 11001 | 101100010 | 111010 | 110000 |
Color Harmonies of #C03341
Complementary color
Monochromatic Colors of #C03341
Black with #C03341
Text Example
Text Example
White with #C03341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03341; }
p { color: rgb(192,51,65); }
H1.HeaderClassName
{
color: #C03341;
}
.AnyTagClassName
{
color: #C03341;
}
</style>
background-color css
<style>
a { background-color: #C03341; }
a { background-color: rgb(192,51,65); }
div.DivClassName
{
background-color: #C03341;
}
.BgClassName
{
background-color: #C03341;
}
</style>
border-color css
<style>
span { border-color: #C03341; }
span { border-color: rgb(192,51,65); }
td.TdClassName
{
border-color: #C03341;
}
.TagClassName
{
border-color: #C03341;
}
</style>