Shades of Cardinal #C12630
Tints of Cardinal #C12630
RGB
CMYK
RGB Variations
Color information
#C12630 (or 0xC12630) is known color: Cardinal. HEX triplet: C1, 26 and 30. RGB value is (193,38,48). Sum of RGB (Red+Green+Blue) = 193+38+48=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C12630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12630 is #3ED9CF. Grayscale: #555555. Windows color (decimal): -4118992 or 3155649. OLE color: 3155649.
HSL color Cylindrical-coordinate representation of color #C12630: hue angle of 356.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12630 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 48 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.24 |
| HSL | 356.13º | 0.67% | 0.45% | - |
| HSV(B) | 356.13º | 0.8% | 0.76% | - |
| XYZ | 23.22 | 12.94 | 4.07 | - |
| YUV | 85.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 48 | 0 | 0.80 | 0.75 | 0.24 | 356.13 | 0.67 | 0.45 |
| Hex | C1 | 26 | 30 | 0 | 50 | 4B | 18 | 164 | 43 | 2D |
| Octal | 301 | 46 | 60 | 0 | 120 | 113 | 30 | 544 | 103 | 55 |
| Binary | 11000001 | 100110 | 110000 | 0 | 1010000 | 1001011 | 11000 | 101100100 | 1000011 | 101101 |
Color Harmonies of #C12630
Complementary color
Monochromatic Colors of #C12630
Black with #C12630
Text Example
Text Example
White with #C12630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12630; }
p { color: rgb(193,38,48); }
H1.HeaderClassName
{
color: #C12630;
}
.AnyTagClassName
{
color: #C12630;
}
</style>
background-color css
<style>
a { background-color: #C12630; }
a { background-color: rgb(193,38,48); }
div.DivClassName
{
background-color: #C12630;
}
.BgClassName
{
background-color: #C12630;
}
</style>
border-color css
<style>
span { border-color: #C12630; }
span { border-color: rgb(193,38,48); }
td.TdClassName
{
border-color: #C12630;
}
.TagClassName
{
border-color: #C12630;
}
</style>