Html Css Color HEX #BA2A15 Harley Davidson Orange

📋 copy color: '#BA2A15'

red 186 ◦ green 42 ◦ blue 21

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

Shades of Harley Davidson Orange #BA2A15

Tints of Harley Davidson Orange #BA2A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 74.7%
G = 16.87%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2A15 (or 0xBA2A15) is known color: Harley Davidson Orange. HEX triplet: BA, 2A and 15. RGB value is (186,42,21). Sum of RGB (Red+Green+Blue) = 186+42+21=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A15 is #45D5EA. Grayscale: #525252. Windows color (decimal): -4576747 or 1387194. OLE color: 1387194.

HSL color Cylindrical-coordinate representation of color #BA2A15: hue angle of 7.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA2A15 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 42 21 -
CMYK 0 0.77 0.89 0.27
HSL 7.64º 0.8% 0.41% -
HSV(B) 7.64º 0.89% 0.73% -
XYZ 21.21 12.15 1.94 -
YUV 82.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 186 42 21 0 0.77 0.89 0.27 7.64 0.8 0.41
Hex BA 2A 15 0 4D 59 1B 8 50 29
Octal 272 52 25 0 115 131 33 10 120 51
Binary 10111010 101010 10101 0 1001101 1011001 11011 1000 1010000 101001

Color Harmonies of #BA2A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A15

Black with #BA2A15

Text Example


Text Example

White with #BA2A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A15; }

 p { color: rgb(186,42,21); }

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

background-color css

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

 a { background-color: rgb(186,42,21); }

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

border-color css

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

 span { border-color: rgb(186,42,21); }

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