Shades of Cardinal #C90B3E
Tints of Cardinal #C90B3E
RGB
CMYK
RGB Variations
Color information
#C90B3E (or 0xC90B3E) is known color: Cardinal. HEX triplet: C9, 0B and 3E. RGB value is (201,11,62). Sum of RGB (Red+Green+Blue) = 201+11+62=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B3E is #36F4C1. Grayscale: #494949. Windows color (decimal): -3601602 or 4066249. OLE color: 4066249.
HSL color Cylindrical-coordinate representation of color #C90B3E: hue angle of 343.89º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90B3E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.21 |
| HSL | 343.89º | 0.9% | 0.42% | - |
| HSV(B) | 343.89º | 0.95% | 0.79% | - |
| XYZ | 25.08 | 13 | 5.75 | - |
| YUV | 73.62 | 121.45 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 62 | 0 | 0.95 | 0.69 | 0.21 | 343.89 | 0.9 | 0.42 |
| Hex | C9 | B | 3E | 0 | 5F | 45 | 15 | 158 | 5A | 2A |
| Octal | 311 | 13 | 76 | 0 | 137 | 105 | 25 | 530 | 132 | 52 |
| Binary | 11001001 | 1011 | 111110 | 0 | 1011111 | 1000101 | 10101 | 101011000 | 1011010 | 101010 |
Color Harmonies of #C90B3E
Complementary color
Monochromatic Colors of #C90B3E
Black with #C90B3E
Text Example
Text Example
White with #C90B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B3E; }
p { color: rgb(201,11,62); }
H1.HeaderClassName
{
color: #C90B3E;
}
.AnyTagClassName
{
color: #C90B3E;
}
</style>
background-color css
<style>
a { background-color: #C90B3E; }
a { background-color: rgb(201,11,62); }
div.DivClassName
{
background-color: #C90B3E;
}
.BgClassName
{
background-color: #C90B3E;
}
</style>
border-color css
<style>
span { border-color: #C90B3E; }
span { border-color: rgb(201,11,62); }
td.TdClassName
{
border-color: #C90B3E;
}
.TagClassName
{
border-color: #C90B3E;
}
</style>