Html Css Color HEX #BA2A01 Harley Davidson Orange

📋 copy color: '#BA2A01'

red 186 ◦ green 42 ◦ blue 1

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

Shades of Harley Davidson Orange #BA2A01

Tints of Harley Davidson Orange #BA2A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 81.22%
G = 18.34%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA2A01 (or 0xBA2A01) is known color: Harley Davidson Orange. HEX triplet: BA, 2A and 01. RGB value is (186,42,1). Sum of RGB (Red+Green+Blue) = 186+42+1=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A01 is #45D5FE. Grayscale: #505050. Windows color (decimal): -4576767 or 76474. OLE color: 76474.

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

Color convert

RGB 186 42 1 -
CMYK 0 0.77 0.99 0.27
HSL 13.3º 0.99% 0.37% -
HSV(B) 13.3º 0.99% 0.73% -
XYZ 21.08 12.1 1.25 -
YUV 80.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 186 42 1 0 0.77 0.99 0.27 13.3 0.99 0.37
Hex BA 2A 1 0 4D 63 1B D 63 25
Octal 272 52 1 0 115 143 33 15 143 45
Binary 10111010 101010 1 0 1001101 1100011 11011 1101 1100011 100101

Color Harmonies of #BA2A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A01

Black with #BA2A01

Text Example


Text Example

White with #BA2A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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