#BA311D

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

Shades of Harley Davidson Orange #BA311D

Tints of Harley Davidson Orange #BA311D

Color information

#BA311D (or 0xBA311D) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 31 and 1D. RGB value is (186,49,29). Sum of RGB (Red+Green+Blue) = 186+49+29=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA311D is #45CEE2. Grayscale: #575757. Windows color (decimal): -4574947 or 1913274. OLE color: 1913274.

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

Color convert

RGB1864929-
CMYK00.740.840.27
HSL7.64º73.02%42.16%-
HSV(B)7.64º84.41%72.94%-
XYZ21.5712.722.48-
YUV87.6894.89198.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=70.45%
G=18.56%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186492900.740.840.277.6473.0242.16
HexBA311D04A541B8492a
Octal27261350112124331011152
Binary10111010110001111010100101010101001101110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA311D; }

 p { color: rgb(186,49,29); }

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

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

 a { background-color: rgb(186,49,29); }

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

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

 span { border-color: rgb(186,49,29); }

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