Shades of Brick Red #C93245
Tints of Brick Red #C93245
RGB
CMYK
RGB Variations
Color information
#C93245 (or 0xC93245) is known color: Brick Red. HEX triplet: C9, 32 and 45. RGB value is (201,50,69). Sum of RGB (Red+Green+Blue) = 201+50+69=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C93245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93245 is #36CDBA. Grayscale: #616161. Windows color (decimal): -3591611 or 4534985. OLE color: 4534985.
HSL color Cylindrical-coordinate representation of color #C93245: hue angle of 352.45º 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 #C93245 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 69 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.21 |
| HSL | 352.45º | 0.6% | 0.49% | - |
| HSV(B) | 352.45º | 0.75% | 0.79% | - |
| XYZ | 26.3 | 15.13 | 7.16 | - |
| YUV | 97.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 69 | 0 | 0.75 | 0.66 | 0.21 | 352.45 | 0.6 | 0.49 |
| Hex | C9 | 32 | 45 | 0 | 4B | 42 | 15 | 160 | 3C | 31 |
| Octal | 311 | 62 | 105 | 0 | 113 | 102 | 25 | 540 | 74 | 61 |
| Binary | 11001001 | 110010 | 1000101 | 0 | 1001011 | 1000010 | 10101 | 101100000 | 111100 | 110001 |
Color Harmonies of #C93245
Complementary color
Monochromatic Colors of #C93245
Black with #C93245
Text Example
Text Example
White with #C93245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93245; }
p { color: rgb(201,50,69); }
H1.HeaderClassName
{
color: #C93245;
}
.AnyTagClassName
{
color: #C93245;
}
</style>
background-color css
<style>
a { background-color: #C93245; }
a { background-color: rgb(201,50,69); }
div.DivClassName
{
background-color: #C93245;
}
.BgClassName
{
background-color: #C93245;
}
</style>
border-color css
<style>
span { border-color: #C93245; }
span { border-color: rgb(201,50,69); }
td.TdClassName
{
border-color: #C93245;
}
.TagClassName
{
border-color: #C93245;
}
</style>