Shades of Cardinal #B4093C
Tints of Cardinal #B4093C
RGB
CMYK
RGB Variations
Color information
#B4093C (or 0xB4093C) is known color: Cardinal. HEX triplet: B4, 09 and 3C. RGB value is (180,9,60). Sum of RGB (Red+Green+Blue) = 180+9+60=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B4093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4093C is #4BF6C3. Grayscale: #414141. Windows color (decimal): -4978372 or 3934644. OLE color: 3934644.
HSL color Cylindrical-coordinate representation of color #B4093C: hue angle of 342.11º 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 #B4093C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 60 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.29 |
| HSL | 342.11º | 0.9% | 0.37% | - |
| HSV(B) | 342.11º | 0.95% | 0.71% | - |
| XYZ | 19.74 | 10.22 | 5.21 | - |
| YUV | 65.94 | 124.65 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 60 | 0 | 0.95 | 0.67 | 0.29 | 342.11 | 0.9 | 0.37 |
| Hex | B4 | 9 | 3C | 0 | 5F | 43 | 1D | 156 | 5A | 25 |
| Octal | 264 | 11 | 74 | 0 | 137 | 103 | 35 | 526 | 132 | 45 |
| Binary | 10110100 | 1001 | 111100 | 0 | 1011111 | 1000011 | 11101 | 101010110 | 1011010 | 100101 |
Color Harmonies of #B4093C
Complementary color
Monochromatic Colors of #B4093C
Black with #B4093C
Text Example
Text Example
White with #B4093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4093C; }
p { color: rgb(180,9,60); }
H1.HeaderClassName
{
color: #B4093C;
}
.AnyTagClassName
{
color: #B4093C;
}
</style>
background-color css
<style>
a { background-color: #B4093C; }
a { background-color: rgb(180,9,60); }
div.DivClassName
{
background-color: #B4093C;
}
.BgClassName
{
background-color: #B4093C;
}
</style>
border-color css
<style>
span { border-color: #B4093C; }
span { border-color: rgb(180,9,60); }
td.TdClassName
{
border-color: #B4093C;
}
.TagClassName
{
border-color: #B4093C;
}
</style>