Html Css Color HEX #BA2B10 Harley Davidson Orange

📋 copy color: '#BA2B10'

red 186 ◦ green 43 ◦ blue 16

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

Shades of Harley Davidson Orange #BA2B10

Tints of Harley Davidson Orange #BA2B10

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.55%

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

R = 75.92%
G = 17.55%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA2B10 (or 0xBA2B10) is known color: Harley Davidson Orange. HEX triplet: BA, 2B and 10. RGB value is (186,43,16). Sum of RGB (Red+Green+Blue) = 186+43+16=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B10 is #45D4EF. Grayscale: #525252. Windows color (decimal): -4576496 or 1059770. OLE color: 1059770.

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

Color convert

RGB 186 43 16 -
CMYK 0 0.77 0.91 0.27
HSL 9.53º 0.84% 0.4% -
HSV(B) 9.53º 0.91% 0.73% -
XYZ 21.21 12.2 1.73 -
YUV 82.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 186 43 16 0 0.77 0.91 0.27 9.53 0.84 0.4
Hex BA 2B 10 0 4D 5B 1B A 54 28
Octal 272 53 20 0 115 133 33 12 124 50
Binary 10111010 101011 10000 0 1001101 1011011 11011 1010 1010100 101000

Color Harmonies of #BA2B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B10

Black with #BA2B10

Text Example


Text Example

White with #BA2B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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