Shades of Cardinal #CB133C
Tints of Cardinal #CB133C
RGB
CMYK
RGB Variations
Color information
#CB133C (or 0xCB133C) is known color: Cardinal. HEX triplet: CB, 13 and 3C. RGB value is (203,19,60). Sum of RGB (Red+Green+Blue) = 203+19+60=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB133C is #34ECC3. Grayscale: #4E4E4E. Windows color (decimal): -3468484 or 3937227. OLE color: 3937227.
HSL color Cylindrical-coordinate representation of color #CB133C: hue angle of 346.63º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB133C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 60 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.20 |
| HSL | 346.63º | 0.83% | 0.44% | - |
| HSV(B) | 346.63º | 0.91% | 0.8% | - |
| XYZ | 25.68 | 13.49 | 5.53 | - |
| YUV | 78.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 60 | 0 | 0.91 | 0.70 | 0.20 | 346.63 | 0.83 | 0.44 |
| Hex | CB | 13 | 3C | 0 | 5B | 46 | 14 | 15B | 53 | 2C |
| Octal | 313 | 23 | 74 | 0 | 133 | 106 | 24 | 533 | 123 | 54 |
| Binary | 11001011 | 10011 | 111100 | 0 | 1011011 | 1000110 | 10100 | 101011011 | 1010011 | 101100 |
Color Harmonies of #CB133C
Complementary color
Monochromatic Colors of #CB133C
Black with #CB133C
Text Example
Text Example
White with #CB133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB133C; }
p { color: rgb(203,19,60); }
H1.HeaderClassName
{
color: #CB133C;
}
.AnyTagClassName
{
color: #CB133C;
}
</style>
background-color css
<style>
a { background-color: #CB133C; }
a { background-color: rgb(203,19,60); }
div.DivClassName
{
background-color: #CB133C;
}
.BgClassName
{
background-color: #CB133C;
}
</style>
border-color css
<style>
span { border-color: #CB133C; }
span { border-color: rgb(203,19,60); }
td.TdClassName
{
border-color: #CB133C;
}
.TagClassName
{
border-color: #CB133C;
}
</style>