Shades of Cardinal #B62528
Tints of Cardinal #B62528
RGB
CMYK
RGB Variations
Color information
#B62528 (or 0xB62528) is known color: Cardinal. HEX triplet: B6, 25 and 28. RGB value is (182,37,40). Sum of RGB (Red+Green+Blue) = 182+37+40=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B62528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62528 is #49DAD7. Grayscale: #505050. Windows color (decimal): -4840152 or 2631094. OLE color: 2631094.
HSL color Cylindrical-coordinate representation of color #B62528: hue angle of 358.76º 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 #B62528 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 37 | 40 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.29 |
| HSL | 358.76º | 0.66% | 0.43% | - |
| HSV(B) | 358.76º | 0.8% | 0.71% | - |
| XYZ | 20.34 | 11.42 | 3.14 | - |
| YUV | 80.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 40 | 0 | 0.80 | 0.78 | 0.29 | 358.76 | 0.66 | 0.43 |
| Hex | B6 | 25 | 28 | 0 | 50 | 4E | 1D | 167 | 42 | 2B |
| Octal | 266 | 45 | 50 | 0 | 120 | 116 | 35 | 547 | 102 | 53 |
| Binary | 10110110 | 100101 | 101000 | 0 | 1010000 | 1001110 | 11101 | 101100111 | 1000010 | 101011 |
Color Harmonies of #B62528
Complementary color
Monochromatic Colors of #B62528
Black with #B62528
Text Example
Text Example
White with #B62528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62528; }
p { color: rgb(182,37,40); }
H1.HeaderClassName
{
color: #B62528;
}
.AnyTagClassName
{
color: #B62528;
}
</style>
background-color css
<style>
a { background-color: #B62528; }
a { background-color: rgb(182,37,40); }
div.DivClassName
{
background-color: #B62528;
}
.BgClassName
{
background-color: #B62528;
}
</style>
border-color css
<style>
span { border-color: #B62528; }
span { border-color: rgb(182,37,40); }
td.TdClassName
{
border-color: #B62528;
}
.TagClassName
{
border-color: #B62528;
}
</style>