Shades of Cardinal #B52A37
Tints of Cardinal #B52A37
RGB
CMYK
RGB Variations
Color information
#B52A37 (or 0xB52A37) is known color: Cardinal. HEX triplet: B5, 2A and 37. RGB value is (181,42,55). Sum of RGB (Red+Green+Blue) = 181+42+55=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A37 is #4AD5C8. Grayscale: #555555. Windows color (decimal): -4904393 or 3615413. OLE color: 3615413.
HSL color Cylindrical-coordinate representation of color #B52A37: hue angle of 354.39º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A37 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 55 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.29 |
| HSL | 354.39º | 0.62% | 0.44% | - |
| HSV(B) | 354.39º | 0.77% | 0.71% | - |
| XYZ | 20.57 | 11.76 | 4.8 | - |
| YUV | 85.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 55 | 0 | 0.77 | 0.70 | 0.29 | 354.39 | 0.62 | 0.44 |
| Hex | B5 | 2A | 37 | 0 | 4D | 46 | 1D | 162 | 3E | 2C |
| Octal | 265 | 52 | 67 | 0 | 115 | 106 | 35 | 542 | 76 | 54 |
| Binary | 10110101 | 101010 | 110111 | 0 | 1001101 | 1000110 | 11101 | 101100010 | 111110 | 101100 |
Color Harmonies of #B52A37
Complementary color
Monochromatic Colors of #B52A37
Black with #B52A37
Text Example
Text Example
White with #B52A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A37; }
p { color: rgb(181,42,55); }
H1.HeaderClassName
{
color: #B52A37;
}
.AnyTagClassName
{
color: #B52A37;
}
</style>
background-color css
<style>
a { background-color: #B52A37; }
a { background-color: rgb(181,42,55); }
div.DivClassName
{
background-color: #B52A37;
}
.BgClassName
{
background-color: #B52A37;
}
</style>
border-color css
<style>
span { border-color: #B52A37; }
span { border-color: rgb(181,42,55); }
td.TdClassName
{
border-color: #B52A37;
}
.TagClassName
{
border-color: #B52A37;
}
</style>