Shades of Brick Red #C03143
Tints of Brick Red #C03143
RGB
CMYK
RGB Variations
Color information
#C03143 (or 0xC03143) is known color: Brick Red. HEX triplet: C0, 31 and 43. RGB value is (192,49,67). Sum of RGB (Red+Green+Blue) = 192+49+67=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C03143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03143 is #3FCEBC. Grayscale: #5D5D5D. Windows color (decimal): -4181693 or 4403648. OLE color: 4403648.
HSL color Cylindrical-coordinate representation of color #C03143: hue angle of 352.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03143 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 67 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.25 |
| HSL | 352.45º | 0.59% | 0.47% | - |
| HSV(B) | 352.45º | 0.74% | 0.75% | - |
| XYZ | 23.85 | 13.81 | 6.72 | - |
| YUV | 93.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 67 | 0 | 0.74 | 0.65 | 0.25 | 352.45 | 0.59 | 0.47 |
| Hex | C0 | 31 | 43 | 0 | 4A | 41 | 19 | 160 | 3B | 2F |
| Octal | 300 | 61 | 103 | 0 | 112 | 101 | 31 | 540 | 73 | 57 |
| Binary | 11000000 | 110001 | 1000011 | 0 | 1001010 | 1000001 | 11001 | 101100000 | 111011 | 101111 |
Color Harmonies of #C03143
Complementary color
Monochromatic Colors of #C03143
Black with #C03143
Text Example
Text Example
White with #C03143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03143; }
p { color: rgb(192,49,67); }
H1.HeaderClassName
{
color: #C03143;
}
.AnyTagClassName
{
color: #C03143;
}
</style>
background-color css
<style>
a { background-color: #C03143; }
a { background-color: rgb(192,49,67); }
div.DivClassName
{
background-color: #C03143;
}
.BgClassName
{
background-color: #C03143;
}
</style>
border-color css
<style>
span { border-color: #C03143; }
span { border-color: rgb(192,49,67); }
td.TdClassName
{
border-color: #C03143;
}
.TagClassName
{
border-color: #C03143;
}
</style>