Shades of Cardinal #B5052D
Tints of Cardinal #B5052D
RGB
CMYK
RGB Variations
Color information
#B5052D (or 0xB5052D) is known color: Cardinal. HEX triplet: B5, 05 and 2D. RGB value is (181,5,45). Sum of RGB (Red+Green+Blue) = 181+5+45=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B5052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5052D is #4AFAD2. Grayscale: #3E3E3E. Windows color (decimal): -4913875 or 2950581. OLE color: 2950581.
HSL color Cylindrical-coordinate representation of color #B5052D: hue angle of 346.36º 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 #B5052D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.29 |
| HSL | 346.36º | 0.95% | 0.36% | - |
| HSV(B) | 346.36º | 0.97% | 0.71% | - |
| XYZ | 19.58 | 10.12 | 3.4 | - |
| YUV | 62.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 45 | 0 | 0.97 | 0.75 | 0.29 | 346.36 | 0.95 | 0.36 |
| Hex | B5 | 5 | 2D | 0 | 61 | 4B | 1D | 15A | 5F | 24 |
| Octal | 265 | 5 | 55 | 0 | 141 | 113 | 35 | 532 | 137 | 44 |
| Binary | 10110101 | 101 | 101101 | 0 | 1100001 | 1001011 | 11101 | 101011010 | 1011111 | 100100 |
Color Harmonies of #B5052D
Complementary color
Monochromatic Colors of #B5052D
Black with #B5052D
Text Example
Text Example
White with #B5052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5052D; }
p { color: rgb(181,5,45); }
H1.HeaderClassName
{
color: #B5052D;
}
.AnyTagClassName
{
color: #B5052D;
}
</style>
background-color css
<style>
a { background-color: #B5052D; }
a { background-color: rgb(181,5,45); }
div.DivClassName
{
background-color: #B5052D;
}
.BgClassName
{
background-color: #B5052D;
}
</style>
border-color css
<style>
span { border-color: #B5052D; }
span { border-color: rgb(181,5,45); }
td.TdClassName
{
border-color: #B5052D;
}
.TagClassName
{
border-color: #B5052D;
}
</style>