Shades of Cardinal #B3093D
Tints of Cardinal #B3093D
RGB
CMYK
RGB Variations
Color information
#B3093D (or 0xB3093D) is known color: Cardinal. HEX triplet: B3, 09 and 3D. RGB value is (179,9,61). Sum of RGB (Red+Green+Blue) = 179+9+61=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B3093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3093D is #4CF6C2. Grayscale: #414141. Windows color (decimal): -5043907 or 4000179. OLE color: 4000179.
HSL color Cylindrical-coordinate representation of color #B3093D: hue angle of 341.65º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3093D is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.30 |
| HSL | 341.65º | 0.9% | 0.37% | - |
| HSV(B) | 341.65º | 0.95% | 0.7% | - |
| XYZ | 19.53 | 10.12 | 5.34 | - |
| YUV | 65.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 61 | 0 | 0.95 | 0.66 | 0.30 | 341.65 | 0.9 | 0.37 |
| Hex | B3 | 9 | 3D | 0 | 5F | 42 | 1E | 156 | 5A | 25 |
| Octal | 263 | 11 | 75 | 0 | 137 | 102 | 36 | 526 | 132 | 45 |
| Binary | 10110011 | 1001 | 111101 | 0 | 1011111 | 1000010 | 11110 | 101010110 | 1011010 | 100101 |
Color Harmonies of #B3093D
Complementary color
Monochromatic Colors of #B3093D
Black with #B3093D
Text Example
Text Example
White with #B3093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3093D; }
p { color: rgb(179,9,61); }
H1.HeaderClassName
{
color: #B3093D;
}
.AnyTagClassName
{
color: #B3093D;
}
</style>
background-color css
<style>
a { background-color: #B3093D; }
a { background-color: rgb(179,9,61); }
div.DivClassName
{
background-color: #B3093D;
}
.BgClassName
{
background-color: #B3093D;
}
</style>
border-color css
<style>
span { border-color: #B3093D; }
span { border-color: rgb(179,9,61); }
td.TdClassName
{
border-color: #B3093D;
}
.TagClassName
{
border-color: #B3093D;
}
</style>