Shades of Brick Red #C04148
Tints of Brick Red #C04148
RGB
CMYK
RGB Variations
Color information
#C04148 (or 0xC04148) is known color: Brick Red. HEX triplet: C0, 41 and 48. RGB value is (192,65,72). Sum of RGB (Red+Green+Blue) = 192+65+72=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04148 is #3FBEB7. Grayscale: #676767. Windows color (decimal): -4177592 or 4735424. OLE color: 4735424.
HSL color Cylindrical-coordinate representation of color #C04148: hue angle of 356.69º 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 #C04148 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 72 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.25 |
| HSL | 356.69º | 0.5% | 0.5% | - |
| HSV(B) | 356.69º | 0.66% | 0.75% | - |
| XYZ | 24.8 | 15.45 | 7.81 | - |
| YUV | 103.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 72 | 0 | 0.66 | 0.63 | 0.25 | 356.69 | 0.5 | 0.5 |
| Hex | C0 | 41 | 48 | 0 | 42 | 3F | 19 | 165 | 32 | 32 |
| Octal | 300 | 101 | 110 | 0 | 102 | 77 | 31 | 545 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1001000 | 0 | 1000010 | 111111 | 11001 | 101100101 | 110010 | 110010 |
Color Harmonies of #C04148
Complementary color
Monochromatic Colors of #C04148
Black with #C04148
Text Example
Text Example
White with #C04148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04148; }
p { color: rgb(192,65,72); }
H1.HeaderClassName
{
color: #C04148;
}
.AnyTagClassName
{
color: #C04148;
}
</style>
background-color css
<style>
a { background-color: #C04148; }
a { background-color: rgb(192,65,72); }
div.DivClassName
{
background-color: #C04148;
}
.BgClassName
{
background-color: #C04148;
}
</style>
border-color css
<style>
span { border-color: #C04148; }
span { border-color: rgb(192,65,72); }
td.TdClassName
{
border-color: #C04148;
}
.TagClassName
{
border-color: #C04148;
}
</style>