Shades of Brick Red #C03B46
Tints of Brick Red #C03B46
RGB
CMYK
RGB Variations
Color information
#C03B46 (or 0xC03B46) is known color: Brick Red. HEX triplet: C0, 3B and 46. RGB value is (192,59,70). Sum of RGB (Red+Green+Blue) = 192+59+70=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B46 is #3FC4B9. Grayscale: #646464. Windows color (decimal): -4179130 or 4602816. OLE color: 4602816.
HSL color Cylindrical-coordinate representation of color #C03B46: hue angle of 355.04º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B46 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 70 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.25 |
| HSL | 355.04º | 0.53% | 0.49% | - |
| HSV(B) | 355.04º | 0.69% | 0.75% | - |
| XYZ | 24.41 | 14.78 | 7.36 | - |
| YUV | 100.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 70 | 0 | 0.69 | 0.64 | 0.25 | 355.04 | 0.53 | 0.49 |
| Hex | C0 | 3B | 46 | 0 | 45 | 40 | 19 | 163 | 35 | 31 |
| Octal | 300 | 73 | 106 | 0 | 105 | 100 | 31 | 543 | 65 | 61 |
| Binary | 11000000 | 111011 | 1000110 | 0 | 1000101 | 1000000 | 11001 | 101100011 | 110101 | 110001 |
Color Harmonies of #C03B46
Complementary color
Monochromatic Colors of #C03B46
Black with #C03B46
Text Example
Text Example
White with #C03B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B46; }
p { color: rgb(192,59,70); }
H1.HeaderClassName
{
color: #C03B46;
}
.AnyTagClassName
{
color: #C03B46;
}
</style>
background-color css
<style>
a { background-color: #C03B46; }
a { background-color: rgb(192,59,70); }
div.DivClassName
{
background-color: #C03B46;
}
.BgClassName
{
background-color: #C03B46;
}
</style>
border-color css
<style>
span { border-color: #C03B46; }
span { border-color: rgb(192,59,70); }
td.TdClassName
{
border-color: #C03B46;
}
.TagClassName
{
border-color: #C03B46;
}
</style>