Shades of Cardinal #C1083B
Tints of Cardinal #C1083B
RGB
CMYK
RGB Variations
Color information
#C1083B (or 0xC1083B) is known color: Cardinal. HEX triplet: C1, 08 and 3B. RGB value is (193,8,59). Sum of RGB (Red+Green+Blue) = 193+8+59=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1083B is #3EF7C4. Grayscale: #454545. Windows color (decimal): -4126661 or 3868865. OLE color: 3868865.
HSL color Cylindrical-coordinate representation of color #C1083B: hue angle of 343.46º 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 #C1083B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.24 |
| HSL | 343.46º | 0.92% | 0.39% | - |
| HSV(B) | 343.46º | 0.96% | 0.76% | - |
| XYZ | 22.87 | 11.83 | 5.22 | - |
| YUV | 69.13 | 122.29 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 59 | 0 | 0.96 | 0.69 | 0.24 | 343.46 | 0.92 | 0.39 |
| Hex | C1 | 8 | 3B | 0 | 60 | 45 | 18 | 157 | 5C | 27 |
| Octal | 301 | 10 | 73 | 0 | 140 | 105 | 30 | 527 | 134 | 47 |
| Binary | 11000001 | 1000 | 111011 | 0 | 1100000 | 1000101 | 11000 | 101010111 | 1011100 | 100111 |
Color Harmonies of #C1083B
Complementary color
Monochromatic Colors of #C1083B
Black with #C1083B
Text Example
Text Example
White with #C1083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1083B; }
p { color: rgb(193,8,59); }
H1.HeaderClassName
{
color: #C1083B;
}
.AnyTagClassName
{
color: #C1083B;
}
</style>
background-color css
<style>
a { background-color: #C1083B; }
a { background-color: rgb(193,8,59); }
div.DivClassName
{
background-color: #C1083B;
}
.BgClassName
{
background-color: #C1083B;
}
</style>
border-color css
<style>
span { border-color: #C1083B; }
span { border-color: rgb(193,8,59); }
td.TdClassName
{
border-color: #C1083B;
}
.TagClassName
{
border-color: #C1083B;
}
</style>