Html Css Color HEX #B3280C Harley Davidson Orange
📋 copy color: '#B3280C'red 179 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #B3280C
Tints of Harley Davidson Orange #B3280C
RGB
CMYK
RGB Variations
Color information
#B3280C (or 0xB3280C) is known color: Harley Davidson Orange. HEX triplet: B3, 28 and 0C. RGB value is (179,40,12). Sum of RGB (Red+Green+Blue) = 179+40+12=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B3280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3280C is #4CD7F3. Grayscale: #4E4E4E. Windows color (decimal): -5036020 or 796851. OLE color: 796851.
HSL color Cylindrical-coordinate representation of color #B3280C: hue angle of 10.06º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3280C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 12 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.30 |
| HSL | 10.06º | 0.87% | 0.37% | - |
| HSV(B) | 10.06º | 0.93% | 0.7% | - |
| XYZ | 19.42 | 11.13 | 1.47 | - |
| YUV | 78.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 12 | 0 | 0.78 | 0.93 | 0.30 | 10.06 | 0.87 | 0.37 |
| Hex | B3 | 28 | C | 0 | 4E | 5D | 1E | A | 57 | 25 |
| Octal | 263 | 50 | 14 | 0 | 116 | 135 | 36 | 12 | 127 | 45 |
| Binary | 10110011 | 101000 | 1100 | 0 | 1001110 | 1011101 | 11110 | 1010 | 1010111 | 100101 |
Color Harmonies of #B3280C
Complementary color
Monochromatic Colors of #B3280C
Black with #B3280C
Text Example
Text Example
White with #B3280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3280C; }
p { color: rgb(179,40,12); }
H1.HeaderClassName
{
color: #B3280C;
}
.AnyTagClassName
{
color: #B3280C;
}
</style>
background-color css
<style>
a { background-color: #B3280C; }
a { background-color: rgb(179,40,12); }
div.DivClassName
{
background-color: #B3280C;
}
.BgClassName
{
background-color: #B3280C;
}
</style>
border-color css
<style>
span { border-color: #B3280C; }
span { border-color: rgb(179,40,12); }
td.TdClassName
{
border-color: #B3280C;
}
.TagClassName
{
border-color: #B3280C;
}
</style>