Shades of Cardinal #B0093A
Tints of Cardinal #B0093A
RGB
CMYK
RGB Variations
Color information
#B0093A (or 0xB0093A) is known color: Cardinal. HEX triplet: B0, 09 and 3A. RGB value is (176,9,58). Sum of RGB (Red+Green+Blue) = 176+9+58=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B0093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0093A is #4FF6C5. Grayscale: #404040. Windows color (decimal): -5240518 or 3803568. OLE color: 3803568.
HSL color Cylindrical-coordinate representation of color #B0093A: hue angle of 342.4º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0093A is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 9 | 58 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.31 |
| HSL | 342.4º | 0.9% | 0.36% | - |
| HSV(B) | 342.4º | 0.95% | 0.69% | - |
| XYZ | 18.77 | 9.73 | 4.89 | - |
| YUV | 64.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 9 | 58 | 0 | 0.95 | 0.67 | 0.31 | 342.4 | 0.9 | 0.36 |
| Hex | B0 | 9 | 3A | 0 | 5F | 43 | 1F | 156 | 5A | 24 |
| Octal | 260 | 11 | 72 | 0 | 137 | 103 | 37 | 526 | 132 | 44 |
| Binary | 10110000 | 1001 | 111010 | 0 | 1011111 | 1000011 | 11111 | 101010110 | 1011010 | 100100 |
Color Harmonies of #B0093A
Complementary color
Monochromatic Colors of #B0093A
Black with #B0093A
Text Example
Text Example
White with #B0093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0093A; }
p { color: rgb(176,9,58); }
H1.HeaderClassName
{
color: #B0093A;
}
.AnyTagClassName
{
color: #B0093A;
}
</style>
background-color css
<style>
a { background-color: #B0093A; }
a { background-color: rgb(176,9,58); }
div.DivClassName
{
background-color: #B0093A;
}
.BgClassName
{
background-color: #B0093A;
}
</style>
border-color css
<style>
span { border-color: #B0093A; }
span { border-color: rgb(176,9,58); }
td.TdClassName
{
border-color: #B0093A;
}
.TagClassName
{
border-color: #B0093A;
}
</style>