Shades of Cardinal #B5252F
Tints of Cardinal #B5252F
RGB
CMYK
RGB Variations
Color information
#B5252F (or 0xB5252F) is known color: Cardinal. HEX triplet: B5, 25 and 2F. RGB value is (181,37,47). Sum of RGB (Red+Green+Blue) = 181+37+47=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5252F is #4ADAD0. Grayscale: #515151. Windows color (decimal): -4905681 or 3089845. OLE color: 3089845.
HSL color Cylindrical-coordinate representation of color #B5252F: hue angle of 355.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5252F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 47 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.29 |
| HSL | 355.83º | 0.66% | 0.43% | - |
| HSV(B) | 355.83º | 0.8% | 0.71% | - |
| XYZ | 20.23 | 11.35 | 3.81 | - |
| YUV | 81.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 47 | 0 | 0.80 | 0.74 | 0.29 | 355.83 | 0.66 | 0.43 |
| Hex | B5 | 25 | 2F | 0 | 50 | 4A | 1D | 164 | 42 | 2B |
| Octal | 265 | 45 | 57 | 0 | 120 | 112 | 35 | 544 | 102 | 53 |
| Binary | 10110101 | 100101 | 101111 | 0 | 1010000 | 1001010 | 11101 | 101100100 | 1000010 | 101011 |
Color Harmonies of #B5252F
Complementary color
Monochromatic Colors of #B5252F
Black with #B5252F
Text Example
Text Example
White with #B5252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5252F; }
p { color: rgb(181,37,47); }
H1.HeaderClassName
{
color: #B5252F;
}
.AnyTagClassName
{
color: #B5252F;
}
</style>
background-color css
<style>
a { background-color: #B5252F; }
a { background-color: rgb(181,37,47); }
div.DivClassName
{
background-color: #B5252F;
}
.BgClassName
{
background-color: #B5252F;
}
</style>
border-color css
<style>
span { border-color: #B5252F; }
span { border-color: rgb(181,37,47); }
td.TdClassName
{
border-color: #B5252F;
}
.TagClassName
{
border-color: #B5252F;
}
</style>