Shades of Cardinal #B5183F
Tints of Cardinal #B5183F
RGB
CMYK
RGB Variations
Color information
#B5183F (or 0xB5183F) is known color: Cardinal. HEX triplet: B5, 18 and 3F. RGB value is (181,24,63). Sum of RGB (Red+Green+Blue) = 181+24+63=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B5183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5183F is #4AE7C0. Grayscale: #4B4B4B. Windows color (decimal): -4908993 or 4135093. OLE color: 4135093.
HSL color Cylindrical-coordinate representation of color #B5183F: hue angle of 345.1º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5183F is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 63 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.29 |
| HSL | 345.1º | 0.77% | 0.4% | - |
| HSV(B) | 345.1º | 0.87% | 0.71% | - |
| XYZ | 20.28 | 10.84 | 5.73 | - |
| YUV | 75.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 63 | 0 | 0.87 | 0.65 | 0.29 | 345.1 | 0.77 | 0.4 |
| Hex | B5 | 18 | 3F | 0 | 57 | 41 | 1D | 159 | 4D | 28 |
| Octal | 265 | 30 | 77 | 0 | 127 | 101 | 35 | 531 | 115 | 50 |
| Binary | 10110101 | 11000 | 111111 | 0 | 1010111 | 1000001 | 11101 | 101011001 | 1001101 | 101000 |
Color Harmonies of #B5183F
Complementary color
Monochromatic Colors of #B5183F
Black with #B5183F
Text Example
Text Example
White with #B5183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5183F; }
p { color: rgb(181,24,63); }
H1.HeaderClassName
{
color: #B5183F;
}
.AnyTagClassName
{
color: #B5183F;
}
</style>
background-color css
<style>
a { background-color: #B5183F; }
a { background-color: rgb(181,24,63); }
div.DivClassName
{
background-color: #B5183F;
}
.BgClassName
{
background-color: #B5183F;
}
</style>
border-color css
<style>
span { border-color: #B5183F; }
span { border-color: rgb(181,24,63); }
td.TdClassName
{
border-color: #B5183F;
}
.TagClassName
{
border-color: #B5183F;
}
</style>