Shades of Brick Red #C03A41
Tints of Brick Red #C03A41
RGB
CMYK
RGB Variations
Color information
#C03A41 (or 0xC03A41) is known color: Brick Red. HEX triplet: C0, 3A and 41. RGB value is (192,58,65). Sum of RGB (Red+Green+Blue) = 192+58+65=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A41 is #3FC5BE. Grayscale: #626262. Windows color (decimal): -4179391 or 4274880. OLE color: 4274880.
HSL color Cylindrical-coordinate representation of color #C03A41: hue angle of 356.87º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A41 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 65 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.25 |
| HSL | 356.87º | 0.54% | 0.49% | - |
| HSV(B) | 356.87º | 0.7% | 0.75% | - |
| XYZ | 24.21 | 14.61 | 6.55 | - |
| YUV | 98.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 65 | 0 | 0.70 | 0.66 | 0.25 | 356.87 | 0.54 | 0.49 |
| Hex | C0 | 3A | 41 | 0 | 46 | 42 | 19 | 165 | 36 | 31 |
| Octal | 300 | 72 | 101 | 0 | 106 | 102 | 31 | 545 | 66 | 61 |
| Binary | 11000000 | 111010 | 1000001 | 0 | 1000110 | 1000010 | 11001 | 101100101 | 110110 | 110001 |
Color Harmonies of #C03A41
Complementary color
Monochromatic Colors of #C03A41
Black with #C03A41
Text Example
Text Example
White with #C03A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A41; }
p { color: rgb(192,58,65); }
H1.HeaderClassName
{
color: #C03A41;
}
.AnyTagClassName
{
color: #C03A41;
}
</style>
background-color css
<style>
a { background-color: #C03A41; }
a { background-color: rgb(192,58,65); }
div.DivClassName
{
background-color: #C03A41;
}
.BgClassName
{
background-color: #C03A41;
}
</style>
border-color css
<style>
span { border-color: #C03A41; }
span { border-color: rgb(192,58,65); }
td.TdClassName
{
border-color: #C03A41;
}
.TagClassName
{
border-color: #C03A41;
}
</style>