Shades of Cardinal #C10831
Tints of Cardinal #C10831
RGB
CMYK
RGB Variations
Color information
#C10831 (or 0xC10831) is known color: Cardinal. HEX triplet: C1, 08 and 31. RGB value is (193,8,49). Sum of RGB (Red+Green+Blue) = 193+8+49=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C10831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10831 is #3EF7CE. Grayscale: #444444. Windows color (decimal): -4126671 or 3213505. OLE color: 3213505.
HSL color Cylindrical-coordinate representation of color #C10831: hue angle of 346.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10831 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.24 |
| HSL | 346.7º | 0.92% | 0.39% | - |
| HSV(B) | 346.7º | 0.96% | 0.76% | - |
| XYZ | 22.63 | 11.73 | 3.98 | - |
| YUV | 67.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 49 | 0 | 0.96 | 0.75 | 0.24 | 346.7 | 0.92 | 0.39 |
| Hex | C1 | 8 | 31 | 0 | 60 | 4B | 18 | 15B | 5C | 27 |
| Octal | 301 | 10 | 61 | 0 | 140 | 113 | 30 | 533 | 134 | 47 |
| Binary | 11000001 | 1000 | 110001 | 0 | 1100000 | 1001011 | 11000 | 101011011 | 1011100 | 100111 |
Color Harmonies of #C10831
Complementary color
Monochromatic Colors of #C10831
Black with #C10831
Text Example
Text Example
White with #C10831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10831; }
p { color: rgb(193,8,49); }
H1.HeaderClassName
{
color: #C10831;
}
.AnyTagClassName
{
color: #C10831;
}
</style>
background-color css
<style>
a { background-color: #C10831; }
a { background-color: rgb(193,8,49); }
div.DivClassName
{
background-color: #C10831;
}
.BgClassName
{
background-color: #C10831;
}
</style>
border-color css
<style>
span { border-color: #C10831; }
span { border-color: rgb(193,8,49); }
td.TdClassName
{
border-color: #C10831;
}
.TagClassName
{
border-color: #C10831;
}
</style>