Shades of Brick Red #C9364B
Tints of Brick Red #C9364B
RGB
CMYK
RGB Variations
Color information
#C9364B (or 0xC9364B) is known color: Brick Red. HEX triplet: C9, 36 and 4B. RGB value is (201,54,75). Sum of RGB (Red+Green+Blue) = 201+54+75=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9364B is #36C9B4. Grayscale: #646464. Windows color (decimal): -3590581 or 4929225. OLE color: 4929225.
HSL color Cylindrical-coordinate representation of color #C9364B: hue angle of 351.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9364B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 75 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.21 |
| HSL | 351.43º | 0.58% | 0.5% | - |
| HSV(B) | 351.43º | 0.73% | 0.79% | - |
| XYZ | 26.68 | 15.56 | 8.25 | - |
| YUV | 100.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 75 | 0 | 0.73 | 0.63 | 0.21 | 351.43 | 0.58 | 0.5 |
| Hex | C9 | 36 | 4B | 0 | 49 | 3F | 15 | 15F | 3A | 32 |
| Octal | 311 | 66 | 113 | 0 | 111 | 77 | 25 | 537 | 72 | 62 |
| Binary | 11001001 | 110110 | 1001011 | 0 | 1001001 | 111111 | 10101 | 101011111 | 111010 | 110010 |
Color Harmonies of #C9364B
Complementary color
Monochromatic Colors of #C9364B
Black with #C9364B
Text Example
Text Example
White with #C9364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9364B; }
p { color: rgb(201,54,75); }
H1.HeaderClassName
{
color: #C9364B;
}
.AnyTagClassName
{
color: #C9364B;
}
</style>
background-color css
<style>
a { background-color: #C9364B; }
a { background-color: rgb(201,54,75); }
div.DivClassName
{
background-color: #C9364B;
}
.BgClassName
{
background-color: #C9364B;
}
</style>
border-color css
<style>
span { border-color: #C9364B; }
span { border-color: rgb(201,54,75); }
td.TdClassName
{
border-color: #C9364B;
}
.TagClassName
{
border-color: #C9364B;
}
</style>