Shades of Cardinal #C3093A
Tints of Cardinal #C3093A
RGB
CMYK
RGB Variations
Color information
#C3093A (or 0xC3093A) is known color: Cardinal. HEX triplet: C3, 09 and 3A. RGB value is (195,9,58). Sum of RGB (Red+Green+Blue) = 195+9+58=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3093A is #3CF6C5. Grayscale: #464646. Windows color (decimal): -3995334 or 3803587. OLE color: 3803587.
HSL color Cylindrical-coordinate representation of color #C3093A: hue angle of 344.19º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3093A is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 58 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.24 |
| HSL | 344.19º | 0.91% | 0.4% | - |
| HSV(B) | 344.19º | 0.95% | 0.76% | - |
| XYZ | 23.37 | 12.1 | 5.11 | - |
| YUV | 70.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 58 | 0 | 0.95 | 0.70 | 0.24 | 344.19 | 0.91 | 0.4 |
| Hex | C3 | 9 | 3A | 0 | 5F | 46 | 18 | 158 | 5B | 28 |
| Octal | 303 | 11 | 72 | 0 | 137 | 106 | 30 | 530 | 133 | 50 |
| Binary | 11000011 | 1001 | 111010 | 0 | 1011111 | 1000110 | 11000 | 101011000 | 1011011 | 101000 |
Color Harmonies of #C3093A
Complementary color
Monochromatic Colors of #C3093A
Black with #C3093A
Text Example
Text Example
White with #C3093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3093A; }
p { color: rgb(195,9,58); }
H1.HeaderClassName
{
color: #C3093A;
}
.AnyTagClassName
{
color: #C3093A;
}
</style>
background-color css
<style>
a { background-color: #C3093A; }
a { background-color: rgb(195,9,58); }
div.DivClassName
{
background-color: #C3093A;
}
.BgClassName
{
background-color: #C3093A;
}
</style>
border-color css
<style>
span { border-color: #C3093A; }
span { border-color: rgb(195,9,58); }
td.TdClassName
{
border-color: #C3093A;
}
.TagClassName
{
border-color: #C3093A;
}
</style>