Shades of Cardinal #B52530
Tints of Cardinal #B52530
RGB
CMYK
RGB Variations
Color information
#B52530 (or 0xB52530) is known color: Cardinal. HEX triplet: B5, 25 and 30. RGB value is (181,37,48). Sum of RGB (Red+Green+Blue) = 181+37+48=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B52530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52530 is #4ADACF. Grayscale: #515151. Windows color (decimal): -4905680 or 3155381. OLE color: 3155381.
HSL color Cylindrical-coordinate representation of color #B52530: hue angle of 355.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 #B52530 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 48 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.29 |
| HSL | 355.42º | 0.66% | 0.43% | - |
| HSV(B) | 355.42º | 0.8% | 0.71% | - |
| XYZ | 20.25 | 11.36 | 3.92 | - |
| YUV | 81.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 48 | 0 | 0.80 | 0.73 | 0.29 | 355.42 | 0.66 | 0.43 |
| Hex | B5 | 25 | 30 | 0 | 50 | 49 | 1D | 163 | 42 | 2B |
| Octal | 265 | 45 | 60 | 0 | 120 | 111 | 35 | 543 | 102 | 53 |
| Binary | 10110101 | 100101 | 110000 | 0 | 1010000 | 1001001 | 11101 | 101100011 | 1000010 | 101011 |
Color Harmonies of #B52530
Complementary color
Monochromatic Colors of #B52530
Black with #B52530
Text Example
Text Example
White with #B52530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52530; }
p { color: rgb(181,37,48); }
H1.HeaderClassName
{
color: #B52530;
}
.AnyTagClassName
{
color: #B52530;
}
</style>
background-color css
<style>
a { background-color: #B52530; }
a { background-color: rgb(181,37,48); }
div.DivClassName
{
background-color: #B52530;
}
.BgClassName
{
background-color: #B52530;
}
</style>
border-color css
<style>
span { border-color: #B52530; }
span { border-color: rgb(181,37,48); }
td.TdClassName
{
border-color: #B52530;
}
.TagClassName
{
border-color: #B52530;
}
</style>