Shades of Cardinal #B5133C
Tints of Cardinal #B5133C
RGB
CMYK
RGB Variations
Color information
#B5133C (or 0xB5133C) is known color: Cardinal. HEX triplet: B5, 13 and 3C. RGB value is (181,19,60). Sum of RGB (Red+Green+Blue) = 181+19+60=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5133C is #4AECC3. Grayscale: #484848. Windows color (decimal): -4910276 or 3937205. OLE color: 3937205.
HSL color Cylindrical-coordinate representation of color #B5133C: hue angle of 344.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5133C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 60 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.29 |
| HSL | 344.81º | 0.81% | 0.39% | - |
| HSV(B) | 344.81º | 0.9% | 0.71% | - |
| XYZ | 20.1 | 10.62 | 5.26 | - |
| YUV | 72.11 | 121.17 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 60 | 0 | 0.90 | 0.67 | 0.29 | 344.81 | 0.81 | 0.39 |
| Hex | B5 | 13 | 3C | 0 | 5A | 43 | 1D | 159 | 51 | 27 |
| Octal | 265 | 23 | 74 | 0 | 132 | 103 | 35 | 531 | 121 | 47 |
| Binary | 10110101 | 10011 | 111100 | 0 | 1011010 | 1000011 | 11101 | 101011001 | 1010001 | 100111 |
Color Harmonies of #B5133C
Complementary color
Monochromatic Colors of #B5133C
Black with #B5133C
Text Example
Text Example
White with #B5133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5133C; }
p { color: rgb(181,19,60); }
H1.HeaderClassName
{
color: #B5133C;
}
.AnyTagClassName
{
color: #B5133C;
}
</style>
background-color css
<style>
a { background-color: #B5133C; }
a { background-color: rgb(181,19,60); }
div.DivClassName
{
background-color: #B5133C;
}
.BgClassName
{
background-color: #B5133C;
}
</style>
border-color css
<style>
span { border-color: #B5133C; }
span { border-color: rgb(181,19,60); }
td.TdClassName
{
border-color: #B5133C;
}
.TagClassName
{
border-color: #B5133C;
}
</style>