Shades of Cardinal #B62130
Tints of Cardinal #B62130
RGB
CMYK
RGB Variations
Color information
#B62130 (or 0xB62130) is known color: Cardinal. HEX triplet: B6, 21 and 30. RGB value is (182,33,48). Sum of RGB (Red+Green+Blue) = 182+33+48=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B62130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62130 is #49DECF. Grayscale: #4F4F4F. Windows color (decimal): -4841168 or 3154358. OLE color: 3154358.
HSL color Cylindrical-coordinate representation of color #B62130: hue angle of 353.96º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62130 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 33 | 48 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.29 |
| HSL | 353.96º | 0.69% | 0.42% | - |
| HSV(B) | 353.96º | 0.82% | 0.71% | - |
| XYZ | 20.37 | 11.25 | 3.89 | - |
| YUV | 79.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 33 | 48 | 0 | 0.82 | 0.74 | 0.29 | 353.96 | 0.69 | 0.42 |
| Hex | B6 | 21 | 30 | 0 | 52 | 4A | 1D | 162 | 45 | 2A |
| Octal | 266 | 41 | 60 | 0 | 122 | 112 | 35 | 542 | 105 | 52 |
| Binary | 10110110 | 100001 | 110000 | 0 | 1010010 | 1001010 | 11101 | 101100010 | 1000101 | 101010 |
Color Harmonies of #B62130
Complementary color
Monochromatic Colors of #B62130
Black with #B62130
Text Example
Text Example
White with #B62130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62130; }
p { color: rgb(182,33,48); }
H1.HeaderClassName
{
color: #B62130;
}
.AnyTagClassName
{
color: #B62130;
}
</style>
background-color css
<style>
a { background-color: #B62130; }
a { background-color: rgb(182,33,48); }
div.DivClassName
{
background-color: #B62130;
}
.BgClassName
{
background-color: #B62130;
}
</style>
border-color css
<style>
span { border-color: #B62130; }
span { border-color: rgb(182,33,48); }
td.TdClassName
{
border-color: #B62130;
}
.TagClassName
{
border-color: #B62130;
}
</style>