Html Css Color HEX #BA1E00 Harley Davidson Orange

📋 copy color: '#BA1E00'

red 186 ◦ green 30 ◦ blue 0

#BA1E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BA1E00

Tints of Harley Davidson Orange #BA1E00

RGB

 RED value IS 186 (73.05% from 255) = 86.11%

 GREEN value IS 30 (12.11% from 255) = 13.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.11%
G = 13.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA1E00 (or 0xBA1E00) is known color: Harley Davidson Orange. HEX triplet: BA, 1E and 00. RGB value is (186,30,0). Sum of RGB (Red+Green+Blue) = 186+30+0=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E00 is #45E1FF. Grayscale: #494949. Windows color (decimal): -4579840 or 7866. OLE color: 7866.

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

Color convert

RGB 186 30 0 -
CMYK 0 0.84 1 0.27
HSL 9.68º 1% 0.36% -
HSV(B) 9.68º 1% 0.73% -
XYZ 20.71 11.37 1.1 -
YUV 73.22 86.68 208.44 -
System Red Green Blue C M Y K H S L
Decimal 186 30 0 0 0.84 1 0.27 9.68 1 0.36
Hex BA 1E 0 0 54 64 1B A 64 24
Octal 272 36 0 0 124 144 33 12 144 44
Binary 10111010 11110 0 0 1010100 1100100 11011 1010 1100100 100100

Color Harmonies of #BA1E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E00

Black with #BA1E00

Text Example


Text Example

White with #BA1E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E00; }

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

 H1.HeaderClassName
 {
   color: #BA1E00;
 }
 .AnyTagClassName
 {
   color: #BA1E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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