Shades of Cardinal #C10534
Tints of Cardinal #C10534
RGB
CMYK
RGB Variations
Color information
#C10534 (or 0xC10534) is known color: Cardinal. HEX triplet: C1, 05 and 34. RGB value is (193,5,52). Sum of RGB (Red+Green+Blue) = 193+5+52=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C10534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10534 is #3EFACB. Grayscale: #424242. Windows color (decimal): -4127436 or 3409345. OLE color: 3409345.
HSL color Cylindrical-coordinate representation of color #C10534: hue angle of 345º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10534 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 52 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.24 |
| HSL | 345º | 0.95% | 0.39% | - |
| HSV(B) | 345º | 0.97% | 0.76% | - |
| XYZ | 22.67 | 11.69 | 4.31 | - |
| YUV | 66.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 52 | 0 | 0.97 | 0.73 | 0.24 | 345 | 0.95 | 0.39 |
| Hex | C1 | 5 | 34 | 0 | 61 | 49 | 18 | 159 | 5F | 27 |
| Octal | 301 | 5 | 64 | 0 | 141 | 111 | 30 | 531 | 137 | 47 |
| Binary | 11000001 | 101 | 110100 | 0 | 1100001 | 1001001 | 11000 | 101011001 | 1011111 | 100111 |
Color Harmonies of #C10534
Complementary color
Monochromatic Colors of #C10534
Black with #C10534
Text Example
Text Example
White with #C10534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10534; }
p { color: rgb(193,5,52); }
H1.HeaderClassName
{
color: #C10534;
}
.AnyTagClassName
{
color: #C10534;
}
</style>
background-color css
<style>
a { background-color: #C10534; }
a { background-color: rgb(193,5,52); }
div.DivClassName
{
background-color: #C10534;
}
.BgClassName
{
background-color: #C10534;
}
</style>
border-color css
<style>
span { border-color: #C10534; }
span { border-color: rgb(193,5,52); }
td.TdClassName
{
border-color: #C10534;
}
.TagClassName
{
border-color: #C10534;
}
</style>