Shades of Cardinal #B5022F
Tints of Cardinal #B5022F
RGB
CMYK
RGB Variations
Color information
#B5022F (or 0xB5022F) is known color: Cardinal. HEX triplet: B5, 02 and 2F. RGB value is (181,2,47). Sum of RGB (Red+Green+Blue) = 181+2+47=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5022F is #4AFDD0. Grayscale: #3C3C3C. Windows color (decimal): -4914641 or 3080885. OLE color: 3080885.
HSL color Cylindrical-coordinate representation of color #B5022F: hue angle of 344.92º degrees, saturation: 0.98, 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 #B5022F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.29 |
| HSL | 344.92º | 0.98% | 0.36% | - |
| HSV(B) | 344.92º | 0.99% | 0.71% | - |
| XYZ | 19.59 | 10.07 | 3.6 | - |
| YUV | 60.65 | 120.3 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 47 | 0 | 0.99 | 0.74 | 0.29 | 344.92 | 0.98 | 0.36 |
| Hex | B5 | 2 | 2F | 0 | 63 | 4A | 1D | 159 | 62 | 24 |
| Octal | 265 | 2 | 57 | 0 | 143 | 112 | 35 | 531 | 142 | 44 |
| Binary | 10110101 | 10 | 101111 | 0 | 1100011 | 1001010 | 11101 | 101011001 | 1100010 | 100100 |
Color Harmonies of #B5022F
Complementary color
Monochromatic Colors of #B5022F
Black with #B5022F
Text Example
Text Example
White with #B5022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5022F; }
p { color: rgb(181,2,47); }
H1.HeaderClassName
{
color: #B5022F;
}
.AnyTagClassName
{
color: #B5022F;
}
</style>
background-color css
<style>
a { background-color: #B5022F; }
a { background-color: rgb(181,2,47); }
div.DivClassName
{
background-color: #B5022F;
}
.BgClassName
{
background-color: #B5022F;
}
</style>
border-color css
<style>
span { border-color: #B5022F; }
span { border-color: rgb(181,2,47); }
td.TdClassName
{
border-color: #B5022F;
}
.TagClassName
{
border-color: #B5022F;
}
</style>