Html Css Color HEX #BA2A13 Harley Davidson Orange

📋 copy color: '#BA2A13'

red 186 ◦ green 42 ◦ blue 19

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

Shades of Harley Davidson Orange #BA2A13

Tints of Harley Davidson Orange #BA2A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 75.3%
G = 17%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA2A13 (or 0xBA2A13) is known color: Harley Davidson Orange. HEX triplet: BA, 2A and 13. RGB value is (186,42,19). Sum of RGB (Red+Green+Blue) = 186+42+19=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A13 is #45D5EC. Grayscale: #525252. Windows color (decimal): -4576749 or 1256122. OLE color: 1256122.

HSL color Cylindrical-coordinate representation of color #BA2A13: hue angle of 8.26º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA2A13 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 42 19 -
CMYK 0 0.77 0.90 0.27
HSL 8.26º 0.81% 0.4% -
HSV(B) 8.26º 0.9% 0.73% -
XYZ 21.2 12.14 1.84 -
YUV 82.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 186 42 19 0 0.77 0.90 0.27 8.26 0.81 0.4
Hex BA 2A 13 0 4D 5A 1B 8 51 28
Octal 272 52 23 0 115 132 33 10 121 50
Binary 10111010 101010 10011 0 1001101 1011010 11011 1000 1010001 101000

Color Harmonies of #BA2A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A13

Black with #BA2A13

Text Example


Text Example

White with #BA2A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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