Shades of Cardinal #C8093A
Tints of Cardinal #C8093A
RGB
CMYK
RGB Variations
Color information
#C8093A (or 0xC8093A) is known color: Cardinal. HEX triplet: C8, 09 and 3A. RGB value is (200,9,58). Sum of RGB (Red+Green+Blue) = 200+9+58=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8093A is #37F6C5. Grayscale: #474747. Windows color (decimal): -3667654 or 3803592. OLE color: 3803592.
HSL color Cylindrical-coordinate representation of color #C8093A: hue angle of 344.61º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8093A is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.22 |
| HSL | 344.61º | 0.91% | 0.41% | - |
| HSV(B) | 344.61º | 0.96% | 0.78% | - |
| XYZ | 24.68 | 12.78 | 5.17 | - |
| YUV | 71.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 58 | 0 | 0.96 | 0.71 | 0.22 | 344.61 | 0.91 | 0.41 |
| Hex | C8 | 9 | 3A | 0 | 60 | 47 | 16 | 159 | 5B | 29 |
| Octal | 310 | 11 | 72 | 0 | 140 | 107 | 26 | 531 | 133 | 51 |
| Binary | 11001000 | 1001 | 111010 | 0 | 1100000 | 1000111 | 10110 | 101011001 | 1011011 | 101001 |
Color Harmonies of #C8093A
Complementary color
Monochromatic Colors of #C8093A
Black with #C8093A
Text Example
Text Example
White with #C8093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8093A; }
p { color: rgb(200,9,58); }
H1.HeaderClassName
{
color: #C8093A;
}
.AnyTagClassName
{
color: #C8093A;
}
</style>
background-color css
<style>
a { background-color: #C8093A; }
a { background-color: rgb(200,9,58); }
div.DivClassName
{
background-color: #C8093A;
}
.BgClassName
{
background-color: #C8093A;
}
</style>
border-color css
<style>
span { border-color: #C8093A; }
span { border-color: rgb(200,9,58); }
td.TdClassName
{
border-color: #C8093A;
}
.TagClassName
{
border-color: #C8093A;
}
</style>