Shades of Cardinal #B62440
Tints of Cardinal #B62440
RGB
CMYK
RGB Variations
Color information
#B62440 (or 0xB62440) is known color: Cardinal. HEX triplet: B6, 24 and 40. RGB value is (182,36,64). Sum of RGB (Red+Green+Blue) = 182+36+64=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B62440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62440 is #49DBBF. Grayscale: #525252. Windows color (decimal): -4840384 or 4203702. OLE color: 4203702.
HSL color Cylindrical-coordinate representation of color #B62440: hue angle of 348.49º degrees, saturation: 0.67, 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 #B62440 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 64 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.29 |
| HSL | 348.49º | 0.67% | 0.43% | - |
| HSV(B) | 348.49º | 0.8% | 0.71% | - |
| XYZ | 20.85 | 11.58 | 5.99 | - |
| YUV | 82.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 64 | 0 | 0.80 | 0.65 | 0.29 | 348.49 | 0.67 | 0.43 |
| Hex | B6 | 24 | 40 | 0 | 50 | 41 | 1D | 15C | 43 | 2B |
| Octal | 266 | 44 | 100 | 0 | 120 | 101 | 35 | 534 | 103 | 53 |
| Binary | 10110110 | 100100 | 1000000 | 0 | 1010000 | 1000001 | 11101 | 101011100 | 1000011 | 101011 |
Color Harmonies of #B62440
Complementary color
Monochromatic Colors of #B62440
Black with #B62440
Text Example
Text Example
White with #B62440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62440; }
p { color: rgb(182,36,64); }
H1.HeaderClassName
{
color: #B62440;
}
.AnyTagClassName
{
color: #B62440;
}
</style>
background-color css
<style>
a { background-color: #B62440; }
a { background-color: rgb(182,36,64); }
div.DivClassName
{
background-color: #B62440;
}
.BgClassName
{
background-color: #B62440;
}
</style>
border-color css
<style>
span { border-color: #B62440; }
span { border-color: rgb(182,36,64); }
td.TdClassName
{
border-color: #B62440;
}
.TagClassName
{
border-color: #B62440;
}
</style>