Shades of Brick Red #C04146
Tints of Brick Red #C04146
RGB
CMYK
RGB Variations
Color information
#C04146 (or 0xC04146) is known color: Brick Red. HEX triplet: C0, 41 and 46. RGB value is (192,65,70). Sum of RGB (Red+Green+Blue) = 192+65+70=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04146 is #3FBEB9. Grayscale: #676767. Windows color (decimal): -4177594 or 4604352. OLE color: 4604352.
HSL color Cylindrical-coordinate representation of color #C04146: hue angle of 357.64º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04146 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 70 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.25 |
| HSL | 357.64º | 0.5% | 0.5% | - |
| HSV(B) | 357.64º | 0.66% | 0.75% | - |
| XYZ | 24.73 | 15.43 | 7.47 | - |
| YUV | 103.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 70 | 0 | 0.66 | 0.64 | 0.25 | 357.64 | 0.5 | 0.5 |
| Hex | C0 | 41 | 46 | 0 | 42 | 40 | 19 | 166 | 32 | 32 |
| Octal | 300 | 101 | 106 | 0 | 102 | 100 | 31 | 546 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1000110 | 0 | 1000010 | 1000000 | 11001 | 101100110 | 110010 | 110010 |
Color Harmonies of #C04146
Complementary color
Monochromatic Colors of #C04146
Black with #C04146
Text Example
Text Example
White with #C04146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04146; }
p { color: rgb(192,65,70); }
H1.HeaderClassName
{
color: #C04146;
}
.AnyTagClassName
{
color: #C04146;
}
</style>
background-color css
<style>
a { background-color: #C04146; }
a { background-color: rgb(192,65,70); }
div.DivClassName
{
background-color: #C04146;
}
.BgClassName
{
background-color: #C04146;
}
</style>
border-color css
<style>
span { border-color: #C04146; }
span { border-color: rgb(192,65,70); }
td.TdClassName
{
border-color: #C04146;
}
.TagClassName
{
border-color: #C04146;
}
</style>