Html Css Color HEX #BA301A Harley Davidson Orange

📋 copy color: '#BA301A'

red 186 ◦ green 48 ◦ blue 26

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

Shades of Harley Davidson Orange #BA301A

Tints of Harley Davidson Orange #BA301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 26 (10.55% from 255) = 10%

R = 71.54%
G = 18.46%
B = 10%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA301A (or 0xBA301A) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 1A. RGB value is (186,48,26). Sum of RGB (Red+Green+Blue) = 186+48+26=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA301A is #45CFE5. Grayscale: #565656. Windows color (decimal): -4575206 or 1716410. OLE color: 1716410.

HSL color Cylindrical-coordinate representation of color #BA301A: hue angle of 8.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA301A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 26 -
CMYK 0 0.74 0.86 0.27
HSL 8.25º 0.75% 0.42% -
HSV(B) 8.25º 0.86% 0.73% -
XYZ 21.49 12.63 2.28 -
YUV 86.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 186 48 26 0 0.74 0.86 0.27 8.25 0.75 0.42
Hex BA 30 1A 0 4A 56 1B 8 4B 2A
Octal 272 60 32 0 112 126 33 10 113 52
Binary 10111010 110000 11010 0 1001010 1010110 11011 1000 1001011 101010

Color Harmonies of #BA301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA301A

Black with #BA301A

Text Example


Text Example

White with #BA301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA301A; }

 p { color: rgb(186,48,26); }

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

background-color css

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

 a { background-color: rgb(186,48,26); }

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

border-color css

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

 span { border-color: rgb(186,48,26); }

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