Shades of Cardinal #B70433
Tints of Cardinal #B70433
RGB
CMYK
RGB Variations
Color information
#B70433 (or 0xB70433) is known color: Cardinal. HEX triplet: B7, 04 and 33. RGB value is (183,4,51). Sum of RGB (Red+Green+Blue) = 183+4+51=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B70433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70433 is #48FBCC. Grayscale: #3E3E3E. Windows color (decimal): -4783053 or 3343543. OLE color: 3343543.
HSL color Cylindrical-coordinate representation of color #B70433: hue angle of 344.25º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70433 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.28 |
| HSL | 344.25º | 0.96% | 0.37% | - |
| HSV(B) | 344.25º | 0.98% | 0.72% | - |
| XYZ | 20.17 | 10.39 | 4.07 | - |
| YUV | 62.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 51 | 0 | 0.98 | 0.72 | 0.28 | 344.25 | 0.96 | 0.37 |
| Hex | B7 | 4 | 33 | 0 | 62 | 48 | 1C | 158 | 60 | 25 |
| Octal | 267 | 4 | 63 | 0 | 142 | 110 | 34 | 530 | 140 | 45 |
| Binary | 10110111 | 100 | 110011 | 0 | 1100010 | 1001000 | 11100 | 101011000 | 1100000 | 100101 |
Color Harmonies of #B70433
Complementary color
Monochromatic Colors of #B70433
Black with #B70433
Text Example
Text Example
White with #B70433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70433; }
p { color: rgb(183,4,51); }
H1.HeaderClassName
{
color: #B70433;
}
.AnyTagClassName
{
color: #B70433;
}
</style>
background-color css
<style>
a { background-color: #B70433; }
a { background-color: rgb(183,4,51); }
div.DivClassName
{
background-color: #B70433;
}
.BgClassName
{
background-color: #B70433;
}
</style>
border-color css
<style>
span { border-color: #B70433; }
span { border-color: rgb(183,4,51); }
td.TdClassName
{
border-color: #B70433;
}
.TagClassName
{
border-color: #B70433;
}
</style>