Shades of Cardinal #B62030
Tints of Cardinal #B62030
RGB
CMYK
RGB Variations
Color information
#B62030 (or 0xB62030) is known color: Cardinal. HEX triplet: B6, 20 and 30. RGB value is (182,32,48). Sum of RGB (Red+Green+Blue) = 182+32+48=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B62030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62030 is #49DFCF. Grayscale: #4E4E4E. Windows color (decimal): -4841424 or 3154102. OLE color: 3154102.
HSL color Cylindrical-coordinate representation of color #B62030: hue angle of 353.6º degrees, saturation: 0.7, 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 #B62030 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 48 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.29 |
| HSL | 353.6º | 0.7% | 0.42% | - |
| HSV(B) | 353.6º | 0.82% | 0.71% | - |
| XYZ | 20.34 | 11.19 | 3.88 | - |
| YUV | 78.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 48 | 0 | 0.82 | 0.74 | 0.29 | 353.6 | 0.7 | 0.42 |
| Hex | B6 | 20 | 30 | 0 | 52 | 4A | 1D | 162 | 46 | 2A |
| Octal | 266 | 40 | 60 | 0 | 122 | 112 | 35 | 542 | 106 | 52 |
| Binary | 10110110 | 100000 | 110000 | 0 | 1010010 | 1001010 | 11101 | 101100010 | 1000110 | 101010 |
Color Harmonies of #B62030
Complementary color
Monochromatic Colors of #B62030
Black with #B62030
Text Example
Text Example
White with #B62030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62030; }
p { color: rgb(182,32,48); }
H1.HeaderClassName
{
color: #B62030;
}
.AnyTagClassName
{
color: #B62030;
}
</style>
background-color css
<style>
a { background-color: #B62030; }
a { background-color: rgb(182,32,48); }
div.DivClassName
{
background-color: #B62030;
}
.BgClassName
{
background-color: #B62030;
}
</style>
border-color css
<style>
span { border-color: #B62030; }
span { border-color: rgb(182,32,48); }
td.TdClassName
{
border-color: #B62030;
}
.TagClassName
{
border-color: #B62030;
}
</style>