Shades of Cardinal #C90832
Tints of Cardinal #C90832
RGB
CMYK
RGB Variations
Color information
#C90832 (or 0xC90832) is known color: Cardinal. HEX triplet: C9, 08 and 32. RGB value is (201,8,50). Sum of RGB (Red+Green+Blue) = 201+8+50=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C90832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90832 is #36F7CD. Grayscale: #464646. Windows color (decimal): -3602382 or 3279049. OLE color: 3279049.
HSL color Cylindrical-coordinate representation of color #C90832: hue angle of 346.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90832 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 50 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.21 |
| HSL | 346.94º | 0.92% | 0.41% | - |
| HSV(B) | 346.94º | 0.96% | 0.79% | - |
| XYZ | 24.75 | 12.82 | 4.19 | - |
| YUV | 70.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 50 | 0 | 0.96 | 0.75 | 0.21 | 346.94 | 0.92 | 0.41 |
| Hex | C9 | 8 | 32 | 0 | 60 | 4B | 15 | 15B | 5C | 29 |
| Octal | 311 | 10 | 62 | 0 | 140 | 113 | 25 | 533 | 134 | 51 |
| Binary | 11001001 | 1000 | 110010 | 0 | 1100000 | 1001011 | 10101 | 101011011 | 1011100 | 101001 |
Color Harmonies of #C90832
Complementary color
Monochromatic Colors of #C90832
Black with #C90832
Text Example
Text Example
White with #C90832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90832; }
p { color: rgb(201,8,50); }
H1.HeaderClassName
{
color: #C90832;
}
.AnyTagClassName
{
color: #C90832;
}
</style>
background-color css
<style>
a { background-color: #C90832; }
a { background-color: rgb(201,8,50); }
div.DivClassName
{
background-color: #C90832;
}
.BgClassName
{
background-color: #C90832;
}
</style>
border-color css
<style>
span { border-color: #C90832; }
span { border-color: rgb(201,8,50); }
td.TdClassName
{
border-color: #C90832;
}
.TagClassName
{
border-color: #C90832;
}
</style>