Html Css Color HEX #BA311D Harley Davidson Orange

📋 copy color: '#BA311D'

red 186 ◦ green 49 ◦ blue 29

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

Shades of Harley Davidson Orange #BA311D

Tints of Harley Davidson Orange #BA311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 70.45%
G = 18.56%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA311D (or 0xBA311D) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 1D. RGB value is (186,49,29). Sum of RGB (Red+Green+Blue) = 186+49+29=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA311D is #45CEE2. Grayscale: #575757. Windows color (decimal): -4574947 or 1913274. OLE color: 1913274.

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

Color convert

RGB 186 49 29 -
CMYK 0 0.74 0.84 0.27
HSL 7.64º 0.73% 0.42% -
HSV(B) 7.64º 0.84% 0.73% -
XYZ 21.57 12.72 2.48 -
YUV 87.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 186 49 29 0 0.74 0.84 0.27 7.64 0.73 0.42
Hex BA 31 1D 0 4A 54 1B 8 49 2A
Octal 272 61 35 0 112 124 33 10 111 52
Binary 10111010 110001 11101 0 1001010 1010100 11011 1000 1001001 101010

Color Harmonies of #BA311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA311D

Black with #BA311D

Text Example


Text Example

White with #BA311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA311D; }

 p { color: rgb(186,49,29); }

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

background-color css

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

 a { background-color: rgb(186,49,29); }

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

border-color css

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

 span { border-color: rgb(186,49,29); }

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