Html Css Color HEX #BA310D Harley Davidson Orange

📋 copy color: '#BA310D'

red 186 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #BA310D

Tints of Harley Davidson Orange #BA310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 75%
G = 19.76%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA310D (or 0xBA310D) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 0D. RGB value is (186,49,13). Sum of RGB (Red+Green+Blue) = 186+49+13=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA310D is #45CEF2. Grayscale: #565656. Windows color (decimal): -4574963 or 864698. OLE color: 864698.

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

Color convert

RGB 186 49 13 -
CMYK 0 0.74 0.93 0.27
HSL 12.49º 0.87% 0.39% -
HSV(B) 12.49º 0.93% 0.73% -
XYZ 21.42 12.66 1.7 -
YUV 85.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 186 49 13 0 0.74 0.93 0.27 12.49 0.87 0.39
Hex BA 31 D 0 4A 5D 1B C 57 27
Octal 272 61 15 0 112 135 33 14 127 47
Binary 10111010 110001 1101 0 1001010 1011101 11011 1100 1010111 100111

Color Harmonies of #BA310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA310D

Black with #BA310D

Text Example


Text Example

White with #BA310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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