#BA2503

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

Shades of Harley Davidson Orange #BA2503

Tints of Harley Davidson Orange #BA2503

Color information

#BA2503 (or 0xBA2503) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 25 and 03. RGB value is (186,37,3). Sum of RGB (Red+Green+Blue) = 186+37+3=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2503 is #45DAFC. Grayscale: #4D4D4D. Windows color (decimal): -4578045 or 206266. OLE color: 206266.

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

Color convert

RGB186373-
CMYK00.800.980.27
HSL11.15º96.83%37.06%-
HSV(B)11.15º98.39%72.94%-
XYZ20.9311.771.25-
YUV77.6885.86205.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 82.30%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=82.30%
G=16.37%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18637300.800.980.2711.1596.8337.06
HexBA253050621Bb6125
Octal2724530120142331314145
Binary10111010100101110101000011000101101110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2503; }

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

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

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

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

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

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

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

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