#BA1E01

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

Shades of Harley Davidson Orange #BA1E01

Tints of Harley Davidson Orange #BA1E01

Color information

#BA1E01 (or 0xBA1E01) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 1E and 01. RGB value is (186,30,1). Sum of RGB (Red+Green+Blue) = 186+30+1=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E01 is #45E1FE. Grayscale: #494949. Windows color (decimal): -4579839 or 73402. OLE color: 73402.

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

Color convert

RGB186301-
CMYK00.840.990.27
HSL9.41º98.93%36.67%-
HSV(B)9.41º99.46%72.94%-
XYZ20.7211.371.13-
YUV73.3487.18208.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 85.71%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=85.71%
G=13.82%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18630100.840.990.279.4198.9336.67
HexBA1E1054631B96325
Octal2723610124143331114345
Binary101110101111010101010011000111101110011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E01; }

 p { color: rgb(186,30,1); }

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

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

 a { background-color: rgb(186,30,1); }

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

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

 span { border-color: rgb(186,30,1); }

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