#BA2003

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

Shades of Harley Davidson Orange #BA2003

Tints of Harley Davidson Orange #BA2003

Color information

#BA2003 (or 0xBA2003) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 20 and 03. RGB value is (186,32,3). Sum of RGB (Red+Green+Blue) = 186+32+3=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2003 is #45DFFC. Grayscale: #4B4B4B. Windows color (decimal): -4579325 or 204986. OLE color: 204986.

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

Color convert

RGB186323-
CMYK00.830.980.27
HSL9.51º96.83%37.06%-
HSV(B)9.51º98.39%72.94%-
XYZ20.7811.481.21-
YUV74.7487.52207.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 84.16%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=84.16%
G=14.48%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18632300.830.980.279.5196.8337.06
HexBA203053621Ba6125
Octal2724030123142331214145
Binary10111010100000110101001111000101101110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2003; }

 p { color: rgb(186,32,3); }

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

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

 a { background-color: rgb(186,32,3); }

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

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

 span { border-color: rgb(186,32,3); }

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