Shades of Cardinal #B4093F
Tints of Cardinal #B4093F
RGB
CMYK
RGB Variations
Color information
#B4093F (or 0xB4093F) is known color: Cardinal. HEX triplet: B4, 09 and 3F. RGB value is (180,9,63). Sum of RGB (Red+Green+Blue) = 180+9+63=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B4093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4093F is #4BF6C0. Grayscale: #424242. Windows color (decimal): -4978369 or 4131252. OLE color: 4131252.
HSL color Cylindrical-coordinate representation of color #B4093F: hue angle of 341.05º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4093F is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 63 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.29 |
| HSL | 341.05º | 0.9% | 0.37% | - |
| HSV(B) | 341.05º | 0.95% | 0.71% | - |
| XYZ | 19.82 | 10.26 | 5.64 | - |
| YUV | 66.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 63 | 0 | 0.95 | 0.65 | 0.29 | 341.05 | 0.9 | 0.37 |
| Hex | B4 | 9 | 3F | 0 | 5F | 41 | 1D | 155 | 5A | 25 |
| Octal | 264 | 11 | 77 | 0 | 137 | 101 | 35 | 525 | 132 | 45 |
| Binary | 10110100 | 1001 | 111111 | 0 | 1011111 | 1000001 | 11101 | 101010101 | 1011010 | 100101 |
Color Harmonies of #B4093F
Complementary color
Monochromatic Colors of #B4093F
Black with #B4093F
Text Example
Text Example
White with #B4093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4093F; }
p { color: rgb(180,9,63); }
H1.HeaderClassName
{
color: #B4093F;
}
.AnyTagClassName
{
color: #B4093F;
}
</style>
background-color css
<style>
a { background-color: #B4093F; }
a { background-color: rgb(180,9,63); }
div.DivClassName
{
background-color: #B4093F;
}
.BgClassName
{
background-color: #B4093F;
}
</style>
border-color css
<style>
span { border-color: #B4093F; }
span { border-color: rgb(180,9,63); }
td.TdClassName
{
border-color: #B4093F;
}
.TagClassName
{
border-color: #B4093F;
}
</style>