Shades of Cardinal #B72133
Tints of Cardinal #B72133
RGB
CMYK
RGB Variations
Color information
#B72133 (or 0xB72133) is known color: Cardinal. HEX triplet: B7, 21 and 33. RGB value is (183,33,51). Sum of RGB (Red+Green+Blue) = 183+33+51=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B72133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72133 is #48DECC. Grayscale: #4F4F4F. Windows color (decimal): -4775629 or 3350967. OLE color: 3350967.
HSL color Cylindrical-coordinate representation of color #B72133: hue angle of 352.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72133 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 51 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.28 |
| HSL | 352.8º | 0.69% | 0.42% | - |
| HSV(B) | 352.8º | 0.82% | 0.72% | - |
| XYZ | 20.67 | 11.39 | 4.24 | - |
| YUV | 79.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 51 | 0 | 0.82 | 0.72 | 0.28 | 352.8 | 0.69 | 0.42 |
| Hex | B7 | 21 | 33 | 0 | 52 | 48 | 1C | 161 | 45 | 2A |
| Octal | 267 | 41 | 63 | 0 | 122 | 110 | 34 | 541 | 105 | 52 |
| Binary | 10110111 | 100001 | 110011 | 0 | 1010010 | 1001000 | 11100 | 101100001 | 1000101 | 101010 |
Color Harmonies of #B72133
Complementary color
Monochromatic Colors of #B72133
Black with #B72133
Text Example
Text Example
White with #B72133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72133; }
p { color: rgb(183,33,51); }
H1.HeaderClassName
{
color: #B72133;
}
.AnyTagClassName
{
color: #B72133;
}
</style>
background-color css
<style>
a { background-color: #B72133; }
a { background-color: rgb(183,33,51); }
div.DivClassName
{
background-color: #B72133;
}
.BgClassName
{
background-color: #B72133;
}
</style>
border-color css
<style>
span { border-color: #B72133; }
span { border-color: rgb(183,33,51); }
td.TdClassName
{
border-color: #B72133;
}
.TagClassName
{
border-color: #B72133;
}
</style>