Shades of Cardinal #B5012F
Tints of Cardinal #B5012F
RGB
CMYK
RGB Variations
Color information
#B5012F (or 0xB5012F) is known color: Cardinal. HEX triplet: B5, 01 and 2F. RGB value is (181,1,47). Sum of RGB (Red+Green+Blue) = 181+1+47=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B5012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5012F is #4AFED0. Grayscale: #3C3C3C. Windows color (decimal): -4914897 or 3080629. OLE color: 3080629.
HSL color Cylindrical-coordinate representation of color #B5012F: hue angle of 344.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5012F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.29 |
| HSL | 344.67º | 0.99% | 0.36% | - |
| HSV(B) | 344.67º | 0.99% | 0.71% | - |
| XYZ | 19.58 | 10.05 | 3.6 | - |
| YUV | 60.06 | 120.63 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 47 | 0 | 0.99 | 0.74 | 0.29 | 344.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 2F | 0 | 63 | 4A | 1D | 159 | 63 | 24 |
| Octal | 265 | 1 | 57 | 0 | 143 | 112 | 35 | 531 | 143 | 44 |
| Binary | 10110101 | 1 | 101111 | 0 | 1100011 | 1001010 | 11101 | 101011001 | 1100011 | 100100 |
Color Harmonies of #B5012F
Complementary color
Monochromatic Colors of #B5012F
Black with #B5012F
Text Example
Text Example
White with #B5012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5012F; }
p { color: rgb(181,1,47); }
H1.HeaderClassName
{
color: #B5012F;
}
.AnyTagClassName
{
color: #B5012F;
}
</style>
background-color css
<style>
a { background-color: #B5012F; }
a { background-color: rgb(181,1,47); }
div.DivClassName
{
background-color: #B5012F;
}
.BgClassName
{
background-color: #B5012F;
}
</style>
border-color css
<style>
span { border-color: #B5012F; }
span { border-color: rgb(181,1,47); }
td.TdClassName
{
border-color: #B5012F;
}
.TagClassName
{
border-color: #B5012F;
}
</style>