Shades of Brick Red #C92B48
Tints of Brick Red #C92B48
RGB
CMYK
RGB Variations
Color information
#C92B48 (or 0xC92B48) is known color: Brick Red. HEX triplet: C9, 2B and 48. RGB value is (201,43,72). Sum of RGB (Red+Green+Blue) = 201+43+72=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92B48 is #36D4B7. Grayscale: #5D5D5D. Windows color (decimal): -3593400 or 4729801. OLE color: 4729801.
HSL color Cylindrical-coordinate representation of color #C92B48: hue angle of 348.99º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92B48 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 72 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.21 |
| HSL | 348.99º | 0.65% | 0.48% | - |
| HSV(B) | 348.99º | 0.79% | 0.79% | - |
| XYZ | 26.12 | 14.61 | 7.57 | - |
| YUV | 93.55 | 115.85 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 72 | 0 | 0.79 | 0.64 | 0.21 | 348.99 | 0.65 | 0.48 |
| Hex | C9 | 2B | 48 | 0 | 4F | 40 | 15 | 15D | 41 | 30 |
| Octal | 311 | 53 | 110 | 0 | 117 | 100 | 25 | 535 | 101 | 60 |
| Binary | 11001001 | 101011 | 1001000 | 0 | 1001111 | 1000000 | 10101 | 101011101 | 1000001 | 110000 |
Color Harmonies of #C92B48
Complementary color
Monochromatic Colors of #C92B48
Black with #C92B48
Text Example
Text Example
White with #C92B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92B48; }
p { color: rgb(201,43,72); }
H1.HeaderClassName
{
color: #C92B48;
}
.AnyTagClassName
{
color: #C92B48;
}
</style>
background-color css
<style>
a { background-color: #C92B48; }
a { background-color: rgb(201,43,72); }
div.DivClassName
{
background-color: #C92B48;
}
.BgClassName
{
background-color: #C92B48;
}
</style>
border-color css
<style>
span { border-color: #C92B48; }
span { border-color: rgb(201,43,72); }
td.TdClassName
{
border-color: #C92B48;
}
.TagClassName
{
border-color: #C92B48;
}
</style>