Shades of Cardinal #B42038
Tints of Cardinal #B42038
RGB
CMYK
RGB Variations
Color information
#B42038 (or 0xB42038) is known color: Cardinal. HEX triplet: B4, 20 and 38. RGB value is (180,32,56). Sum of RGB (Red+Green+Blue) = 180+32+56=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B42038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42038 is #4BDFC7. Grayscale: #4F4F4F. Windows color (decimal): -4972488 or 3678388. OLE color: 3678388.
HSL color Cylindrical-coordinate representation of color #B42038: hue angle of 350.27º 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 #B42038 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 56 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.29 |
| HSL | 350.27º | 0.7% | 0.42% | - |
| HSV(B) | 350.27º | 0.82% | 0.71% | - |
| XYZ | 20.05 | 11.02 | 4.81 | - |
| YUV | 78.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 56 | 0 | 0.82 | 0.69 | 0.29 | 350.27 | 0.7 | 0.42 |
| Hex | B4 | 20 | 38 | 0 | 52 | 45 | 1D | 15E | 46 | 2A |
| Octal | 264 | 40 | 70 | 0 | 122 | 105 | 35 | 536 | 106 | 52 |
| Binary | 10110100 | 100000 | 111000 | 0 | 1010010 | 1000101 | 11101 | 101011110 | 1000110 | 101010 |
Color Harmonies of #B42038
Complementary color
Monochromatic Colors of #B42038
Black with #B42038
Text Example
Text Example
White with #B42038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42038; }
p { color: rgb(180,32,56); }
H1.HeaderClassName
{
color: #B42038;
}
.AnyTagClassName
{
color: #B42038;
}
</style>
background-color css
<style>
a { background-color: #B42038; }
a { background-color: rgb(180,32,56); }
div.DivClassName
{
background-color: #B42038;
}
.BgClassName
{
background-color: #B42038;
}
</style>
border-color css
<style>
span { border-color: #B42038; }
span { border-color: rgb(180,32,56); }
td.TdClassName
{
border-color: #B42038;
}
.TagClassName
{
border-color: #B42038;
}
</style>