Shades of Brick Red #C93448
Tints of Brick Red #C93448
RGB
CMYK
RGB Variations
Color information
#C93448 (or 0xC93448) is known color: Brick Red. HEX triplet: C9, 34 and 48. RGB value is (201,52,72). Sum of RGB (Red+Green+Blue) = 201+52+72=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C93448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93448 is #36CBB7. Grayscale: #626262. Windows color (decimal): -3591096 or 4732105. OLE color: 4732105.
HSL color Cylindrical-coordinate representation of color #C93448: hue angle of 351.95º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93448 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 72 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.21 |
| HSL | 351.95º | 0.59% | 0.5% | - |
| HSV(B) | 351.95º | 0.74% | 0.79% | - |
| XYZ | 26.49 | 15.34 | 7.7 | - |
| YUV | 98.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 72 | 0 | 0.74 | 0.64 | 0.21 | 351.95 | 0.59 | 0.5 |
| Hex | C9 | 34 | 48 | 0 | 4A | 40 | 15 | 160 | 3B | 32 |
| Octal | 311 | 64 | 110 | 0 | 112 | 100 | 25 | 540 | 73 | 62 |
| Binary | 11001001 | 110100 | 1001000 | 0 | 1001010 | 1000000 | 10101 | 101100000 | 111011 | 110010 |
Color Harmonies of #C93448
Complementary color
Monochromatic Colors of #C93448
Black with #C93448
Text Example
Text Example
White with #C93448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93448; }
p { color: rgb(201,52,72); }
H1.HeaderClassName
{
color: #C93448;
}
.AnyTagClassName
{
color: #C93448;
}
</style>
background-color css
<style>
a { background-color: #C93448; }
a { background-color: rgb(201,52,72); }
div.DivClassName
{
background-color: #C93448;
}
.BgClassName
{
background-color: #C93448;
}
</style>
border-color css
<style>
span { border-color: #C93448; }
span { border-color: rgb(201,52,72); }
td.TdClassName
{
border-color: #C93448;
}
.TagClassName
{
border-color: #C93448;
}
</style>