#BA2400

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

Shades of Harley Davidson Orange #BA2400

Tints of Harley Davidson Orange #BA2400

Color information

#BA2400 (or 0xBA2400) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 24 and 00. RGB value is (186,36,0). Sum of RGB (Red+Green+Blue) = 186+36+0=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2400 is #45DBFF. Grayscale: #4D4D4D. Windows color (decimal): -4578304 or 9402. OLE color: 9402.

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

Color convert

RGB186360-
CMYK00.8110.27
HSL11.61º100%36.47%-
HSV(B)11.61º100%72.94%-
XYZ20.8811.71.16-
YUV76.7584.7205.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.78%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.78%
G=16.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18636000.8110.2711.6110036.47
HexBA240051641Bc6424
Octal2724400121144331414444
Binary1011101010010000101000111001001101111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2400; }

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

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

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

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

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

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

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

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