Shades of Cardinal #B8093C
Tints of Cardinal #B8093C
RGB
CMYK
RGB Variations
Color information
#B8093C (or 0xB8093C) is known color: Cardinal. HEX triplet: B8, 09 and 3C. RGB value is (184,9,60). Sum of RGB (Red+Green+Blue) = 184+9+60=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B8093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8093C is #47F6C3. Grayscale: #434343. Windows color (decimal): -4716228 or 3934648. OLE color: 3934648.
HSL color Cylindrical-coordinate representation of color #B8093C: hue angle of 342.51º 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 #B8093C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 60 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.28 |
| HSL | 342.51º | 0.91% | 0.38% | - |
| HSV(B) | 342.51º | 0.95% | 0.72% | - |
| XYZ | 20.68 | 10.71 | 5.25 | - |
| YUV | 67.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 60 | 0 | 0.95 | 0.67 | 0.28 | 342.51 | 0.91 | 0.38 |
| Hex | B8 | 9 | 3C | 0 | 5F | 43 | 1C | 157 | 5B | 26 |
| Octal | 270 | 11 | 74 | 0 | 137 | 103 | 34 | 527 | 133 | 46 |
| Binary | 10111000 | 1001 | 111100 | 0 | 1011111 | 1000011 | 11100 | 101010111 | 1011011 | 100110 |
Color Harmonies of #B8093C
Complementary color
Monochromatic Colors of #B8093C
Black with #B8093C
Text Example
Text Example
White with #B8093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8093C; }
p { color: rgb(184,9,60); }
H1.HeaderClassName
{
color: #B8093C;
}
.AnyTagClassName
{
color: #B8093C;
}
</style>
background-color css
<style>
a { background-color: #B8093C; }
a { background-color: rgb(184,9,60); }
div.DivClassName
{
background-color: #B8093C;
}
.BgClassName
{
background-color: #B8093C;
}
</style>
border-color css
<style>
span { border-color: #B8093C; }
span { border-color: rgb(184,9,60); }
td.TdClassName
{
border-color: #B8093C;
}
.TagClassName
{
border-color: #B8093C;
}
</style>