Shades of Brick Red #C92B44
Tints of Brick Red #C92B44
RGB
CMYK
RGB Variations
Color information
#C92B44 (or 0xC92B44) is known color: Brick Red. HEX triplet: C9, 2B and 44. RGB value is (201,43,68). Sum of RGB (Red+Green+Blue) = 201+43+68=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92B44 is #36D4BB. Grayscale: #5D5D5D. Windows color (decimal): -3593404 or 4467657. OLE color: 4467657.
HSL color Cylindrical-coordinate representation of color #C92B44: hue angle of 350.51º 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 #C92B44 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 68 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.21 |
| HSL | 350.51º | 0.65% | 0.48% | - |
| HSV(B) | 350.51º | 0.79% | 0.79% | - |
| XYZ | 25.99 | 14.56 | 6.91 | - |
| YUV | 93.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 68 | 0 | 0.79 | 0.66 | 0.21 | 350.51 | 0.65 | 0.48 |
| Hex | C9 | 2B | 44 | 0 | 4F | 42 | 15 | 15F | 41 | 30 |
| Octal | 311 | 53 | 104 | 0 | 117 | 102 | 25 | 537 | 101 | 60 |
| Binary | 11001001 | 101011 | 1000100 | 0 | 1001111 | 1000010 | 10101 | 101011111 | 1000001 | 110000 |
Color Harmonies of #C92B44
Complementary color
Monochromatic Colors of #C92B44
Black with #C92B44
Text Example
Text Example
White with #C92B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92B44; }
p { color: rgb(201,43,68); }
H1.HeaderClassName
{
color: #C92B44;
}
.AnyTagClassName
{
color: #C92B44;
}
</style>
background-color css
<style>
a { background-color: #C92B44; }
a { background-color: rgb(201,43,68); }
div.DivClassName
{
background-color: #C92B44;
}
.BgClassName
{
background-color: #C92B44;
}
</style>
border-color css
<style>
span { border-color: #C92B44; }
span { border-color: rgb(201,43,68); }
td.TdClassName
{
border-color: #C92B44;
}
.TagClassName
{
border-color: #C92B44;
}
</style>