Html Css Color HEX #BA2910 Harley Davidson Orange

📋 copy color: '#BA2910'

red 186 ◦ green 41 ◦ blue 16

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

Shades of Harley Davidson Orange #BA2910

Tints of Harley Davidson Orange #BA2910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 76.54%
G = 16.87%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA2910 (or 0xBA2910) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 10. RGB value is (186,41,16). Sum of RGB (Red+Green+Blue) = 186+41+16=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2910 is #45D6EF. Grayscale: #515151. Windows color (decimal): -4577008 or 1059258. OLE color: 1059258.

HSL color Cylindrical-coordinate representation of color #BA2910: hue angle of 8.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA2910 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 16 -
CMYK 0 0.78 0.91 0.27
HSL 8.82º 0.84% 0.4% -
HSV(B) 8.82º 0.91% 0.73% -
XYZ 21.14 12.06 1.7 -
YUV 81.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 186 41 16 0 0.78 0.91 0.27 8.82 0.84 0.4
Hex BA 29 10 0 4E 5B 1B 9 54 28
Octal 272 51 20 0 116 133 33 11 124 50
Binary 10111010 101001 10000 0 1001110 1011011 11011 1001 1010100 101000

Color Harmonies of #BA2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2910

Black with #BA2910

Text Example


Text Example

White with #BA2910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2910; }

 p { color: rgb(186,41,16); }

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

background-color css

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

 a { background-color: rgb(186,41,16); }

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

border-color css

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

 span { border-color: rgb(186,41,16); }

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