Shades of Cardinal #B5052F
Tints of Cardinal #B5052F
RGB
CMYK
RGB Variations
Color information
#B5052F (or 0xB5052F) is known color: Cardinal. HEX triplet: B5, 05 and 2F. RGB value is (181,5,47). Sum of RGB (Red+Green+Blue) = 181+5+47=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B5052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5052F is #4AFAD0. Grayscale: #3E3E3E. Windows color (decimal): -4913873 or 3081653. OLE color: 3081653.
HSL color Cylindrical-coordinate representation of color #B5052F: hue angle of 345.68º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5052F is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.29 |
| HSL | 345.68º | 0.95% | 0.36% | - |
| HSV(B) | 345.68º | 0.97% | 0.71% | - |
| XYZ | 19.62 | 10.14 | 3.61 | - |
| YUV | 62.41 | 119.31 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 47 | 0 | 0.97 | 0.74 | 0.29 | 345.68 | 0.95 | 0.36 |
| Hex | B5 | 5 | 2F | 0 | 61 | 4A | 1D | 15A | 5F | 24 |
| Octal | 265 | 5 | 57 | 0 | 141 | 112 | 35 | 532 | 137 | 44 |
| Binary | 10110101 | 101 | 101111 | 0 | 1100001 | 1001010 | 11101 | 101011010 | 1011111 | 100100 |
Color Harmonies of #B5052F
Complementary color
Monochromatic Colors of #B5052F
Black with #B5052F
Text Example
Text Example
White with #B5052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5052F; }
p { color: rgb(181,5,47); }
H1.HeaderClassName
{
color: #B5052F;
}
.AnyTagClassName
{
color: #B5052F;
}
</style>
background-color css
<style>
a { background-color: #B5052F; }
a { background-color: rgb(181,5,47); }
div.DivClassName
{
background-color: #B5052F;
}
.BgClassName
{
background-color: #B5052F;
}
</style>
border-color css
<style>
span { border-color: #B5052F; }
span { border-color: rgb(181,5,47); }
td.TdClassName
{
border-color: #B5052F;
}
.TagClassName
{
border-color: #B5052F;
}
</style>