Shades of Brick Red #C94049
Tints of Brick Red #C94049
RGB
CMYK
RGB Variations
Color information
#C94049 (or 0xC94049) is known color: Brick Red. HEX triplet: C9, 40 and 49. RGB value is (201,64,73). Sum of RGB (Red+Green+Blue) = 201+64+73=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C94049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94049 is #36BFB6. Grayscale: #6A6A6A. Windows color (decimal): -3588023 or 4800713. OLE color: 4800713.
HSL color Cylindrical-coordinate representation of color #C94049: hue angle of 356.06º 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 #C94049 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 73 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.21 |
| HSL | 356.06º | 0.56% | 0.52% | - |
| HSV(B) | 356.06º | 0.68% | 0.79% | - |
| XYZ | 27.12 | 16.57 | 8.07 | - |
| YUV | 105.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 73 | 0 | 0.68 | 0.64 | 0.21 | 356.06 | 0.56 | 0.52 |
| Hex | C9 | 40 | 49 | 0 | 44 | 40 | 15 | 164 | 38 | 34 |
| Octal | 311 | 100 | 111 | 0 | 104 | 100 | 25 | 544 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1001001 | 0 | 1000100 | 1000000 | 10101 | 101100100 | 111000 | 110100 |
Color Harmonies of #C94049
Complementary color
Monochromatic Colors of #C94049
Black with #C94049
Text Example
Text Example
White with #C94049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94049; }
p { color: rgb(201,64,73); }
H1.HeaderClassName
{
color: #C94049;
}
.AnyTagClassName
{
color: #C94049;
}
</style>
background-color css
<style>
a { background-color: #C94049; }
a { background-color: rgb(201,64,73); }
div.DivClassName
{
background-color: #C94049;
}
.BgClassName
{
background-color: #C94049;
}
</style>
border-color css
<style>
span { border-color: #C94049; }
span { border-color: rgb(201,64,73); }
td.TdClassName
{
border-color: #C94049;
}
.TagClassName
{
border-color: #C94049;
}
</style>