#BA1F01

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

Shades of Harley Davidson Orange #BA1F01

Tints of Harley Davidson Orange #BA1F01

Color information

#BA1F01 (or 0xBA1F01) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 1F and 01. RGB value is (186,31,1). Sum of RGB (Red+Green+Blue) = 186+31+1=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F01 is #45E0FE. Grayscale: #4A4A4A. Windows color (decimal): -4579583 or 73658. OLE color: 73658.

HSL color Cylindrical-coordinate representation of color #BA1F01: hue angle of 9.73º 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 #BA1F01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186311-
CMYK00.830.990.27
HSL9.73º98.93%36.67%-
HSV(B)9.73º99.46%72.94%-
XYZ20.7511.421.14-
YUV73.9286.85207.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 85.32%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=85.32%
G=14.22%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18631100.830.990.279.7398.9336.67
HexBA1F1053631Ba6325
Octal2723710123143331214345
Binary101110101111110101001111000111101110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1F01; }

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

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

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

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

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

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

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

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