Shades of Cardinal #C90B3A
Tints of Cardinal #C90B3A
RGB
CMYK
RGB Variations
Color information
#C90B3A (or 0xC90B3A) is known color: Cardinal. HEX triplet: C9, 0B and 3A. RGB value is (201,11,58). Sum of RGB (Red+Green+Blue) = 201+11+58=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B3A is #36F4C5. Grayscale: #494949. Windows color (decimal): -3601606 or 3804105. OLE color: 3804105.
HSL color Cylindrical-coordinate representation of color #C90B3A: hue angle of 345.16º 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 #C90B3A is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 58 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.21 |
| HSL | 345.16º | 0.9% | 0.42% | - |
| HSV(B) | 345.16º | 0.95% | 0.79% | - |
| XYZ | 24.97 | 12.96 | 5.19 | - |
| YUV | 73.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 58 | 0 | 0.95 | 0.71 | 0.21 | 345.16 | 0.9 | 0.42 |
| Hex | C9 | B | 3A | 0 | 5F | 47 | 15 | 159 | 5A | 2A |
| Octal | 311 | 13 | 72 | 0 | 137 | 107 | 25 | 531 | 132 | 52 |
| Binary | 11001001 | 1011 | 111010 | 0 | 1011111 | 1000111 | 10101 | 101011001 | 1011010 | 101010 |
Color Harmonies of #C90B3A
Complementary color
Monochromatic Colors of #C90B3A
Black with #C90B3A
Text Example
Text Example
White with #C90B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B3A; }
p { color: rgb(201,11,58); }
H1.HeaderClassName
{
color: #C90B3A;
}
.AnyTagClassName
{
color: #C90B3A;
}
</style>
background-color css
<style>
a { background-color: #C90B3A; }
a { background-color: rgb(201,11,58); }
div.DivClassName
{
background-color: #C90B3A;
}
.BgClassName
{
background-color: #C90B3A;
}
</style>
border-color css
<style>
span { border-color: #C90B3A; }
span { border-color: rgb(201,11,58); }
td.TdClassName
{
border-color: #C90B3A;
}
.TagClassName
{
border-color: #C90B3A;
}
</style>