Shades of Cardinal #B62833
Tints of Cardinal #B62833
RGB
CMYK
RGB Variations
Color information
#B62833 (or 0xB62833) is known color: Cardinal. HEX triplet: B6, 28 and 33. RGB value is (182,40,51). Sum of RGB (Red+Green+Blue) = 182+40+51=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B62833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62833 is #49D7CC. Grayscale: #535353. Windows color (decimal): -4839373 or 3352758. OLE color: 3352758.
HSL color Cylindrical-coordinate representation of color #B62833: hue angle of 355.35º 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 #B62833 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 51 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.29 |
| HSL | 355.35º | 0.64% | 0.44% | - |
| HSV(B) | 355.35º | 0.78% | 0.71% | - |
| XYZ | 20.65 | 11.7 | 4.3 | - |
| YUV | 83.71 | 109.54 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 51 | 0 | 0.78 | 0.72 | 0.29 | 355.35 | 0.64 | 0.44 |
| Hex | B6 | 28 | 33 | 0 | 4E | 48 | 1D | 163 | 40 | 2C |
| Octal | 266 | 50 | 63 | 0 | 116 | 110 | 35 | 543 | 100 | 54 |
| Binary | 10110110 | 101000 | 110011 | 0 | 1001110 | 1001000 | 11101 | 101100011 | 1000000 | 101100 |
Color Harmonies of #B62833
Complementary color
Monochromatic Colors of #B62833
Black with #B62833
Text Example
Text Example
White with #B62833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62833; }
p { color: rgb(182,40,51); }
H1.HeaderClassName
{
color: #B62833;
}
.AnyTagClassName
{
color: #B62833;
}
</style>
background-color css
<style>
a { background-color: #B62833; }
a { background-color: rgb(182,40,51); }
div.DivClassName
{
background-color: #B62833;
}
.BgClassName
{
background-color: #B62833;
}
</style>
border-color css
<style>
span { border-color: #B62833; }
span { border-color: rgb(182,40,51); }
td.TdClassName
{
border-color: #B62833;
}
.TagClassName
{
border-color: #B62833;
}
</style>