Shades of Brick Red #C03945
Tints of Brick Red #C03945
RGB
CMYK
RGB Variations
Color information
#C03945 (or 0xC03945) is known color: Brick Red. HEX triplet: C0, 39 and 45. RGB value is (192,57,69). Sum of RGB (Red+Green+Blue) = 192+57+69=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C03945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03945 is #3FC6BA. Grayscale: #626262. Windows color (decimal): -4179643 or 4536768. OLE color: 4536768.
HSL color Cylindrical-coordinate representation of color #C03945: hue angle of 354.67º 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 #C03945 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 69 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.25 |
| HSL | 354.67º | 0.54% | 0.49% | - |
| HSV(B) | 354.67º | 0.7% | 0.75% | - |
| XYZ | 24.28 | 14.56 | 7.16 | - |
| YUV | 98.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 69 | 0 | 0.70 | 0.64 | 0.25 | 354.67 | 0.54 | 0.49 |
| Hex | C0 | 39 | 45 | 0 | 46 | 40 | 19 | 163 | 36 | 31 |
| Octal | 300 | 71 | 105 | 0 | 106 | 100 | 31 | 543 | 66 | 61 |
| Binary | 11000000 | 111001 | 1000101 | 0 | 1000110 | 1000000 | 11001 | 101100011 | 110110 | 110001 |
Color Harmonies of #C03945
Complementary color
Monochromatic Colors of #C03945
Black with #C03945
Text Example
Text Example
White with #C03945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03945; }
p { color: rgb(192,57,69); }
H1.HeaderClassName
{
color: #C03945;
}
.AnyTagClassName
{
color: #C03945;
}
</style>
background-color css
<style>
a { background-color: #C03945; }
a { background-color: rgb(192,57,69); }
div.DivClassName
{
background-color: #C03945;
}
.BgClassName
{
background-color: #C03945;
}
</style>
border-color css
<style>
span { border-color: #C03945; }
span { border-color: rgb(192,57,69); }
td.TdClassName
{
border-color: #C03945;
}
.TagClassName
{
border-color: #C03945;
}
</style>