Shades of Cardinal #B5253C
Tints of Cardinal #B5253C
RGB
CMYK
RGB Variations
Color information
#B5253C (or 0xB5253C) is known color: Cardinal. HEX triplet: B5, 25 and 3C. RGB value is (181,37,60). Sum of RGB (Red+Green+Blue) = 181+37+60=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5253C is #4ADAC3. Grayscale: #525252. Windows color (decimal): -4905668 or 3941813. OLE color: 3941813.
HSL color Cylindrical-coordinate representation of color #B5253C: hue angle of 350.42º 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 #B5253C is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 60 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.29 |
| HSL | 350.42º | 0.66% | 0.43% | - |
| HSV(B) | 350.42º | 0.8% | 0.71% | - |
| XYZ | 20.53 | 11.47 | 5.41 | - |
| YUV | 82.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 60 | 0 | 0.80 | 0.67 | 0.29 | 350.42 | 0.66 | 0.43 |
| Hex | B5 | 25 | 3C | 0 | 50 | 43 | 1D | 15E | 42 | 2B |
| Octal | 265 | 45 | 74 | 0 | 120 | 103 | 35 | 536 | 102 | 53 |
| Binary | 10110101 | 100101 | 111100 | 0 | 1010000 | 1000011 | 11101 | 101011110 | 1000010 | 101011 |
Color Harmonies of #B5253C
Complementary color
Monochromatic Colors of #B5253C
Black with #B5253C
Text Example
Text Example
White with #B5253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5253C; }
p { color: rgb(181,37,60); }
H1.HeaderClassName
{
color: #B5253C;
}
.AnyTagClassName
{
color: #B5253C;
}
</style>
background-color css
<style>
a { background-color: #B5253C; }
a { background-color: rgb(181,37,60); }
div.DivClassName
{
background-color: #B5253C;
}
.BgClassName
{
background-color: #B5253C;
}
</style>
border-color css
<style>
span { border-color: #B5253C; }
span { border-color: rgb(181,37,60); }
td.TdClassName
{
border-color: #B5253C;
}
.TagClassName
{
border-color: #B5253C;
}
</style>