Shades of Brick Red #C94048
Tints of Brick Red #C94048
RGB
CMYK
RGB Variations
Color information
#C94048 (or 0xC94048) is known color: Brick Red. HEX triplet: C9, 40 and 48. RGB value is (201,64,72). Sum of RGB (Red+Green+Blue) = 201+64+72=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C94048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94048 is #36BFB7. Grayscale: #696969. Windows color (decimal): -3588024 or 4735177. OLE color: 4735177.
HSL color Cylindrical-coordinate representation of color #C94048: hue angle of 356.5º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94048 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 72 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.21 |
| HSL | 356.5º | 0.56% | 0.52% | - |
| HSV(B) | 356.5º | 0.68% | 0.79% | - |
| XYZ | 27.09 | 16.55 | 7.9 | - |
| YUV | 105.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 72 | 0 | 0.68 | 0.64 | 0.21 | 356.5 | 0.56 | 0.52 |
| Hex | C9 | 40 | 48 | 0 | 44 | 40 | 15 | 164 | 38 | 34 |
| Octal | 311 | 100 | 110 | 0 | 104 | 100 | 25 | 544 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1001000 | 0 | 1000100 | 1000000 | 10101 | 101100100 | 111000 | 110100 |
Color Harmonies of #C94048
Complementary color
Monochromatic Colors of #C94048
Black with #C94048
Text Example
Text Example
White with #C94048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94048; }
p { color: rgb(201,64,72); }
H1.HeaderClassName
{
color: #C94048;
}
.AnyTagClassName
{
color: #C94048;
}
</style>
background-color css
<style>
a { background-color: #C94048; }
a { background-color: rgb(201,64,72); }
div.DivClassName
{
background-color: #C94048;
}
.BgClassName
{
background-color: #C94048;
}
</style>
border-color css
<style>
span { border-color: #C94048; }
span { border-color: rgb(201,64,72); }
td.TdClassName
{
border-color: #C94048;
}
.TagClassName
{
border-color: #C94048;
}
</style>