Shades of Brick Red #C93248
Tints of Brick Red #C93248
RGB
CMYK
RGB Variations
Color information
#C93248 (or 0xC93248) is known color: Brick Red. HEX triplet: C9, 32 and 48. RGB value is (201,50,72). Sum of RGB (Red+Green+Blue) = 201+50+72=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C93248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93248 is #36CDB7. Grayscale: #616161. Windows color (decimal): -3591608 or 4731593. OLE color: 4731593.
HSL color Cylindrical-coordinate representation of color #C93248: hue angle of 351.26º 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 #C93248 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 72 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.21 |
| HSL | 351.26º | 0.6% | 0.49% | - |
| HSV(B) | 351.26º | 0.75% | 0.79% | - |
| XYZ | 26.4 | 15.17 | 7.67 | - |
| YUV | 97.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 72 | 0 | 0.75 | 0.64 | 0.21 | 351.26 | 0.6 | 0.49 |
| Hex | C9 | 32 | 48 | 0 | 4B | 40 | 15 | 15F | 3C | 31 |
| Octal | 311 | 62 | 110 | 0 | 113 | 100 | 25 | 537 | 74 | 61 |
| Binary | 11001001 | 110010 | 1001000 | 0 | 1001011 | 1000000 | 10101 | 101011111 | 111100 | 110001 |
Color Harmonies of #C93248
Complementary color
Monochromatic Colors of #C93248
Black with #C93248
Text Example
Text Example
White with #C93248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93248; }
p { color: rgb(201,50,72); }
H1.HeaderClassName
{
color: #C93248;
}
.AnyTagClassName
{
color: #C93248;
}
</style>
background-color css
<style>
a { background-color: #C93248; }
a { background-color: rgb(201,50,72); }
div.DivClassName
{
background-color: #C93248;
}
.BgClassName
{
background-color: #C93248;
}
</style>
border-color css
<style>
span { border-color: #C93248; }
span { border-color: rgb(201,50,72); }
td.TdClassName
{
border-color: #C93248;
}
.TagClassName
{
border-color: #C93248;
}
</style>