Shades of Cardinal #B5253F
Tints of Cardinal #B5253F
RGB
CMYK
RGB Variations
Color information
#B5253F (or 0xB5253F) is known color: Cardinal. HEX triplet: B5, 25 and 3F. RGB value is (181,37,63). Sum of RGB (Red+Green+Blue) = 181+37+63=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5253F is #4ADAC0. Grayscale: #535353. Windows color (decimal): -4905665 or 4138421. OLE color: 4138421.
HSL color Cylindrical-coordinate representation of color #B5253F: hue angle of 349.17º 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 #B5253F is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 63 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.29 |
| HSL | 349.17º | 0.66% | 0.43% | - |
| HSV(B) | 349.17º | 0.8% | 0.71% | - |
| XYZ | 20.61 | 11.51 | 5.84 | - |
| YUV | 83.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 63 | 0 | 0.80 | 0.65 | 0.29 | 349.17 | 0.66 | 0.43 |
| Hex | B5 | 25 | 3F | 0 | 50 | 41 | 1D | 15D | 42 | 2B |
| Octal | 265 | 45 | 77 | 0 | 120 | 101 | 35 | 535 | 102 | 53 |
| Binary | 10110101 | 100101 | 111111 | 0 | 1010000 | 1000001 | 11101 | 101011101 | 1000010 | 101011 |
Color Harmonies of #B5253F
Complementary color
Monochromatic Colors of #B5253F
Black with #B5253F
Text Example
Text Example
White with #B5253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5253F; }
p { color: rgb(181,37,63); }
H1.HeaderClassName
{
color: #B5253F;
}
.AnyTagClassName
{
color: #B5253F;
}
</style>
background-color css
<style>
a { background-color: #B5253F; }
a { background-color: rgb(181,37,63); }
div.DivClassName
{
background-color: #B5253F;
}
.BgClassName
{
background-color: #B5253F;
}
</style>
border-color css
<style>
span { border-color: #B5253F; }
span { border-color: rgb(181,37,63); }
td.TdClassName
{
border-color: #B5253F;
}
.TagClassName
{
border-color: #B5253F;
}
</style>