Shades of Cardinal #B8093D
Tints of Cardinal #B8093D
RGB
CMYK
RGB Variations
Color information
#B8093D (or 0xB8093D) is known color: Cardinal. HEX triplet: B8, 09 and 3D. RGB value is (184,9,61). Sum of RGB (Red+Green+Blue) = 184+9+61=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B8093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8093D is #47F6C2. Grayscale: #434343. Windows color (decimal): -4716227 or 4000184. OLE color: 4000184.
HSL color Cylindrical-coordinate representation of color #B8093D: hue angle of 342.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8093D is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.28 |
| HSL | 342.17º | 0.91% | 0.38% | - |
| HSV(B) | 342.17º | 0.95% | 0.72% | - |
| XYZ | 20.71 | 10.72 | 5.39 | - |
| YUV | 67.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 61 | 0 | 0.95 | 0.67 | 0.28 | 342.17 | 0.91 | 0.38 |
| Hex | B8 | 9 | 3D | 0 | 5F | 43 | 1C | 156 | 5B | 26 |
| Octal | 270 | 11 | 75 | 0 | 137 | 103 | 34 | 526 | 133 | 46 |
| Binary | 10111000 | 1001 | 111101 | 0 | 1011111 | 1000011 | 11100 | 101010110 | 1011011 | 100110 |
Color Harmonies of #B8093D
Complementary color
Monochromatic Colors of #B8093D
Black with #B8093D
Text Example
Text Example
White with #B8093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8093D; }
p { color: rgb(184,9,61); }
H1.HeaderClassName
{
color: #B8093D;
}
.AnyTagClassName
{
color: #B8093D;
}
</style>
background-color css
<style>
a { background-color: #B8093D; }
a { background-color: rgb(184,9,61); }
div.DivClassName
{
background-color: #B8093D;
}
.BgClassName
{
background-color: #B8093D;
}
</style>
border-color css
<style>
span { border-color: #B8093D; }
span { border-color: rgb(184,9,61); }
td.TdClassName
{
border-color: #B8093D;
}
.TagClassName
{
border-color: #B8093D;
}
</style>