Shades of Brick Red #C04145
Tints of Brick Red #C04145
RGB
CMYK
RGB Variations
Color information
#C04145 (or 0xC04145) is known color: Brick Red. HEX triplet: C0, 41 and 45. RGB value is (192,65,69). Sum of RGB (Red+Green+Blue) = 192+65+69=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04145 is #3FBEBA. Grayscale: #676767. Windows color (decimal): -4177595 or 4538816. OLE color: 4538816.
HSL color Cylindrical-coordinate representation of color #C04145: hue angle of 358.11º 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 #C04145 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 69 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.25 |
| HSL | 358.11º | 0.5% | 0.5% | - |
| HSV(B) | 358.11º | 0.66% | 0.75% | - |
| XYZ | 24.7 | 15.42 | 7.3 | - |
| YUV | 103.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 69 | 0 | 0.66 | 0.64 | 0.25 | 358.11 | 0.5 | 0.5 |
| Hex | C0 | 41 | 45 | 0 | 42 | 40 | 19 | 166 | 32 | 32 |
| Octal | 300 | 101 | 105 | 0 | 102 | 100 | 31 | 546 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1000101 | 0 | 1000010 | 1000000 | 11001 | 101100110 | 110010 | 110010 |
Color Harmonies of #C04145
Complementary color
Monochromatic Colors of #C04145
Black with #C04145
Text Example
Text Example
White with #C04145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04145; }
p { color: rgb(192,65,69); }
H1.HeaderClassName
{
color: #C04145;
}
.AnyTagClassName
{
color: #C04145;
}
</style>
background-color css
<style>
a { background-color: #C04145; }
a { background-color: rgb(192,65,69); }
div.DivClassName
{
background-color: #C04145;
}
.BgClassName
{
background-color: #C04145;
}
</style>
border-color css
<style>
span { border-color: #C04145; }
span { border-color: rgb(192,65,69); }
td.TdClassName
{
border-color: #C04145;
}
.TagClassName
{
border-color: #C04145;
}
</style>