Shades of Cardinal #C0093D
Tints of Cardinal #C0093D
RGB
CMYK
RGB Variations
Color information
#C0093D (or 0xC0093D) is known color: Cardinal. HEX triplet: C0, 09 and 3D. RGB value is (192,9,61). Sum of RGB (Red+Green+Blue) = 192+9+61=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C0093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0093D is #3FF6C2. Grayscale: #454545. Windows color (decimal): -4191939 or 4000192. OLE color: 4000192.
HSL color Cylindrical-coordinate representation of color #C0093D: hue angle of 342.95º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0093D is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.25 |
| HSL | 342.95º | 0.91% | 0.39% | - |
| HSV(B) | 342.95º | 0.95% | 0.75% | - |
| XYZ | 22.68 | 11.74 | 5.49 | - |
| YUV | 69.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 61 | 0 | 0.95 | 0.68 | 0.25 | 342.95 | 0.91 | 0.39 |
| Hex | C0 | 9 | 3D | 0 | 5F | 44 | 19 | 157 | 5B | 27 |
| Octal | 300 | 11 | 75 | 0 | 137 | 104 | 31 | 527 | 133 | 47 |
| Binary | 11000000 | 1001 | 111101 | 0 | 1011111 | 1000100 | 11001 | 101010111 | 1011011 | 100111 |
Color Harmonies of #C0093D
Complementary color
Monochromatic Colors of #C0093D
Black with #C0093D
Text Example
Text Example
White with #C0093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0093D; }
p { color: rgb(192,9,61); }
H1.HeaderClassName
{
color: #C0093D;
}
.AnyTagClassName
{
color: #C0093D;
}
</style>
background-color css
<style>
a { background-color: #C0093D; }
a { background-color: rgb(192,9,61); }
div.DivClassName
{
background-color: #C0093D;
}
.BgClassName
{
background-color: #C0093D;
}
</style>
border-color css
<style>
span { border-color: #C0093D; }
span { border-color: rgb(192,9,61); }
td.TdClassName
{
border-color: #C0093D;
}
.TagClassName
{
border-color: #C0093D;
}
</style>