Html Css Color HEX #B93312 Harley Davidson Orange
📋 copy color: '#B93312'red 185 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #B93312
Tints of Harley Davidson Orange #B93312
RGB
CMYK
RGB Variations
Color information
#B93312 (or 0xB93312) is known color: Harley Davidson Orange. HEX triplet: B9, 33 and 12. RGB value is (185,51,18). Sum of RGB (Red+Green+Blue) = 185+51+18=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B93312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93312 is #46CCED. Grayscale: #575757. Windows color (decimal): -4639982 or 1192889. OLE color: 1192889.
HSL color Cylindrical-coordinate representation of color #B93312: hue angle of 11.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B93312 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.27 |
| HSL | 11.86º | 0.82% | 0.4% | - |
| HSV(B) | 11.86º | 0.9% | 0.73% | - |
| XYZ | 21.3 | 12.73 | 1.91 | - |
| YUV | 87.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 18 | 0 | 0.72 | 0.90 | 0.27 | 11.86 | 0.82 | 0.4 |
| Hex | B9 | 33 | 12 | 0 | 48 | 5A | 1B | C | 52 | 28 |
| Octal | 271 | 63 | 22 | 0 | 110 | 132 | 33 | 14 | 122 | 50 |
| Binary | 10111001 | 110011 | 10010 | 0 | 1001000 | 1011010 | 11011 | 1100 | 1010010 | 101000 |
Color Harmonies of #B93312
Complementary color
Monochromatic Colors of #B93312
Black with #B93312
Text Example
Text Example
White with #B93312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93312; }
p { color: rgb(185,51,18); }
H1.HeaderClassName
{
color: #B93312;
}
.AnyTagClassName
{
color: #B93312;
}
</style>
background-color css
<style>
a { background-color: #B93312; }
a { background-color: rgb(185,51,18); }
div.DivClassName
{
background-color: #B93312;
}
.BgClassName
{
background-color: #B93312;
}
</style>
border-color css
<style>
span { border-color: #B93312; }
span { border-color: rgb(185,51,18); }
td.TdClassName
{
border-color: #B93312;
}
.TagClassName
{
border-color: #B93312;
}
</style>