Html Css Color HEX #BA1E04 Harley Davidson Orange

📋 copy color: '#BA1E04'

red 186 ◦ green 30 ◦ blue 4

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

Shades of Harley Davidson Orange #BA1E04

Tints of Harley Davidson Orange #BA1E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 84.55%
G = 13.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA1E04 (or 0xBA1E04) is known color: Harley Davidson Orange. HEX triplet: BA, 1E and 04. RGB value is (186,30,4). Sum of RGB (Red+Green+Blue) = 186+30+4=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E04 is #45E1FB. Grayscale: #494949. Windows color (decimal): -4579836 or 270010. OLE color: 270010.

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

Color convert

RGB 186 30 4 -
CMYK 0 0.84 0.98 0.27
HSL 8.57º 0.96% 0.37% -
HSV(B) 8.57º 0.98% 0.73% -
XYZ 20.74 11.38 1.22 -
YUV 73.68 88.68 208.11 -
System Red Green Blue C M Y K H S L
Decimal 186 30 4 0 0.84 0.98 0.27 8.57 0.96 0.37
Hex BA 1E 4 0 54 62 1B 9 60 25
Octal 272 36 4 0 124 142 33 11 140 45
Binary 10111010 11110 100 0 1010100 1100010 11011 1001 1100000 100101

Color Harmonies of #BA1E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E04

Black with #BA1E04

Text Example


Text Example

White with #BA1E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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