#BA3310

Color #BA3310 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BA3310

Tints of Harley Davidson Orange #BA3310

Color information

#BA3310 (or 0xBA3310) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 33 and 10. RGB value is (186,51,16). Sum of RGB (Red+Green+Blue) = 186+51+16=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3310 is #45CCEF. Grayscale: #575757. Windows color (decimal): -4574448 or 1061818. OLE color: 1061818.

HSL color Cylindrical-coordinate representation of color #BA3310: hue angle of 12.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA3310 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1865116-
CMYK00.730.910.27
HSL12.35º84.16%39.61%-
HSV(B)12.35º91.4%72.94%-
XYZ21.5312.841.83-
YUV87.3787.73198.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 73.52%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=73.52%
G=20.16%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186511600.730.910.2712.3584.1639.61
HexBA33100495B1Bc5428
Octal27263200111133331412450
Binary10111010110011100000100100110110111101111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3310; }

 p { color: rgb(186,51,16); }

 H1.HeaderClassName
 {
   color: #BA3310;
 }
 .AnyTagClassName
 {
   color: #BA3310;
 }
</style>
background-color css

<style>
 a { background-color: #BA3310; }

 a { background-color: rgb(186,51,16); }

 div.DivClassName
 {
   background-color: #BA3310;
 }
 .BgClassName
 {
   background-color: #BA3310;
 }
</style>
border-color css

<style>
 span { border-color: #BA3310; }

 span { border-color: rgb(186,51,16); }

 td.TdClassName
 {
   border-color: #BA3310;
 }
 .TagClassName
 {
   border-color: #BA3310;
 }
</style>