#BA2403

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

Shades of Harley Davidson Orange #BA2403

Tints of Harley Davidson Orange #BA2403

Color information

#BA2403 (or 0xBA2403) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 24 and 03. RGB value is (186,36,3). Sum of RGB (Red+Green+Blue) = 186+36+3=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2403 is #45DBFC. Grayscale: #4D4D4D. Windows color (decimal): -4578301 or 206010. OLE color: 206010.

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

Color convert

RGB186363-
CMYK00.810.980.27
HSL10.82º96.83%37.06%-
HSV(B)10.82º98.39%72.94%-
XYZ20.911.711.24-
YUV77.0986.2205.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 82.67%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=82.67%
G=16%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18636300.810.980.2710.8296.8337.06
HexBA243051621Bb6125
Octal2724430121142331314145
Binary10111010100100110101000111000101101110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2403; }

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

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

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

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

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

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

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

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