Shades of Brick Red #C93548
Tints of Brick Red #C93548
RGB
CMYK
RGB Variations
Color information
#C93548 (or 0xC93548) is known color: Brick Red. HEX triplet: C9, 35 and 48. RGB value is (201,53,72). Sum of RGB (Red+Green+Blue) = 201+53+72=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C93548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93548 is #36CAB7. Grayscale: #636363. Windows color (decimal): -3590840 or 4732361. OLE color: 4732361.
HSL color Cylindrical-coordinate representation of color #C93548: hue angle of 352.3º degrees, saturation: 0.58, 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 #C93548 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 72 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.21 |
| HSL | 352.3º | 0.58% | 0.5% | - |
| HSV(B) | 352.3º | 0.74% | 0.79% | - |
| XYZ | 26.53 | 15.43 | 7.71 | - |
| YUV | 99.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 72 | 0 | 0.74 | 0.64 | 0.21 | 352.3 | 0.58 | 0.5 |
| Hex | C9 | 35 | 48 | 0 | 4A | 40 | 15 | 160 | 3A | 32 |
| Octal | 311 | 65 | 110 | 0 | 112 | 100 | 25 | 540 | 72 | 62 |
| Binary | 11001001 | 110101 | 1001000 | 0 | 1001010 | 1000000 | 10101 | 101100000 | 111010 | 110010 |
Color Harmonies of #C93548
Complementary color
Monochromatic Colors of #C93548
Black with #C93548
Text Example
Text Example
White with #C93548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93548; }
p { color: rgb(201,53,72); }
H1.HeaderClassName
{
color: #C93548;
}
.AnyTagClassName
{
color: #C93548;
}
</style>
background-color css
<style>
a { background-color: #C93548; }
a { background-color: rgb(201,53,72); }
div.DivClassName
{
background-color: #C93548;
}
.BgClassName
{
background-color: #C93548;
}
</style>
border-color css
<style>
span { border-color: #C93548; }
span { border-color: rgb(201,53,72); }
td.TdClassName
{
border-color: #C93548;
}
.TagClassName
{
border-color: #C93548;
}
</style>