Html Css Color HEX #BA1E03 Harley Davidson Orange

📋 copy color: '#BA1E03'

red 186 ◦ green 30 ◦ blue 3

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

Shades of Harley Davidson Orange #BA1E03

Tints of Harley Davidson Orange #BA1E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.37%

R = 84.93%
G = 13.7%
B = 1.37%

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

#BA1E03 (or 0xBA1E03) is known color: Harley Davidson Orange. HEX triplet: BA, 1E and 03. RGB value is (186,30,3). Sum of RGB (Red+Green+Blue) = 186+30+3=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E03 is #45E1FC. Grayscale: #494949. Windows color (decimal): -4579837 or 204474. OLE color: 204474.

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

Color convert

RGB 186 30 3 -
CMYK 0 0.84 0.98 0.27
HSL 8.85º 0.97% 0.37% -
HSV(B) 8.85º 0.98% 0.73% -
XYZ 20.73 11.37 1.19 -
YUV 73.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 186 30 3 0 0.84 0.98 0.27 8.85 0.97 0.37
Hex BA 1E 3 0 54 62 1B 9 61 25
Octal 272 36 3 0 124 142 33 11 141 45
Binary 10111010 11110 11 0 1010100 1100010 11011 1001 1100001 100101

Color Harmonies of #BA1E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E03

Black with #BA1E03

Text Example


Text Example

White with #BA1E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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