Shades of Cardinal #B62834
Tints of Cardinal #B62834
RGB
CMYK
RGB Variations
Color information
#B62834 (or 0xB62834) is known color: Cardinal. HEX triplet: B6, 28 and 34. RGB value is (182,40,52). Sum of RGB (Red+Green+Blue) = 182+40+52=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B62834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62834 is #49D7CB. Grayscale: #535353. Windows color (decimal): -4839372 or 3418294. OLE color: 3418294.
HSL color Cylindrical-coordinate representation of color #B62834: hue angle of 354.93º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62834 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 52 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.29 |
| HSL | 354.93º | 0.64% | 0.44% | - |
| HSV(B) | 354.93º | 0.78% | 0.71% | - |
| XYZ | 20.67 | 11.71 | 4.42 | - |
| YUV | 83.83 | 110.04 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 52 | 0 | 0.78 | 0.71 | 0.29 | 354.93 | 0.64 | 0.44 |
| Hex | B6 | 28 | 34 | 0 | 4E | 47 | 1D | 163 | 40 | 2C |
| Octal | 266 | 50 | 64 | 0 | 116 | 107 | 35 | 543 | 100 | 54 |
| Binary | 10110110 | 101000 | 110100 | 0 | 1001110 | 1000111 | 11101 | 101100011 | 1000000 | 101100 |
Color Harmonies of #B62834
Complementary color
Monochromatic Colors of #B62834
Black with #B62834
Text Example
Text Example
White with #B62834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62834; }
p { color: rgb(182,40,52); }
H1.HeaderClassName
{
color: #B62834;
}
.AnyTagClassName
{
color: #B62834;
}
</style>
background-color css
<style>
a { background-color: #B62834; }
a { background-color: rgb(182,40,52); }
div.DivClassName
{
background-color: #B62834;
}
.BgClassName
{
background-color: #B62834;
}
</style>
border-color css
<style>
span { border-color: #B62834; }
span { border-color: rgb(182,40,52); }
td.TdClassName
{
border-color: #B62834;
}
.TagClassName
{
border-color: #B62834;
}
</style>