Shades of Brick Red #C93249
Tints of Brick Red #C93249
RGB
CMYK
RGB Variations
Color information
#C93249 (or 0xC93249) is known color: Brick Red. HEX triplet: C9, 32 and 49. RGB value is (201,50,73). Sum of RGB (Red+Green+Blue) = 201+50+73=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C93249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93249 is #36CDB6. Grayscale: #616161. Windows color (decimal): -3591607 or 4797129. OLE color: 4797129.
HSL color Cylindrical-coordinate representation of color #C93249: hue angle of 350.86º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93249 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 73 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.21 |
| HSL | 350.86º | 0.6% | 0.49% | - |
| HSV(B) | 350.86º | 0.75% | 0.79% | - |
| XYZ | 26.43 | 15.18 | 7.84 | - |
| YUV | 97.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 73 | 0 | 0.75 | 0.64 | 0.21 | 350.86 | 0.6 | 0.49 |
| Hex | C9 | 32 | 49 | 0 | 4B | 40 | 15 | 15F | 3C | 31 |
| Octal | 311 | 62 | 111 | 0 | 113 | 100 | 25 | 537 | 74 | 61 |
| Binary | 11001001 | 110010 | 1001001 | 0 | 1001011 | 1000000 | 10101 | 101011111 | 111100 | 110001 |
Color Harmonies of #C93249
Complementary color
Monochromatic Colors of #C93249
Black with #C93249
Text Example
Text Example
White with #C93249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93249; }
p { color: rgb(201,50,73); }
H1.HeaderClassName
{
color: #C93249;
}
.AnyTagClassName
{
color: #C93249;
}
</style>
background-color css
<style>
a { background-color: #C93249; }
a { background-color: rgb(201,50,73); }
div.DivClassName
{
background-color: #C93249;
}
.BgClassName
{
background-color: #C93249;
}
</style>
border-color css
<style>
span { border-color: #C93249; }
span { border-color: rgb(201,50,73); }
td.TdClassName
{
border-color: #C93249;
}
.TagClassName
{
border-color: #C93249;
}
</style>