Html Css Color HEX #BA240E Harley Davidson Orange

📋 copy color: '#BA240E'

red 186 ◦ green 36 ◦ blue 14

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

Shades of Harley Davidson Orange #BA240E

Tints of Harley Davidson Orange #BA240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 78.81%
G = 15.25%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA240E (or 0xBA240E) is known color: Harley Davidson Orange. HEX triplet: BA, 24 and 0E. RGB value is (186,36,14). Sum of RGB (Red+Green+Blue) = 186+36+14=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA240E is #45DBF1. Grayscale: #4E4E4E. Windows color (decimal): -4578290 or 926906. OLE color: 926906.

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

Color convert

RGB 186 36 14 -
CMYK 0 0.81 0.92 0.27
HSL 7.67º 0.86% 0.39% -
HSV(B) 7.67º 0.92% 0.73% -
XYZ 20.96 11.73 1.58 -
YUV 78.34 91.7 204.79 -
System Red Green Blue C M Y K H S L
Decimal 186 36 14 0 0.81 0.92 0.27 7.67 0.86 0.39
Hex BA 24 E 0 51 5C 1B 8 56 27
Octal 272 44 16 0 121 134 33 10 126 47
Binary 10111010 100100 1110 0 1010001 1011100 11011 1000 1010110 100111

Color Harmonies of #BA240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA240E

Black with #BA240E

Text Example


Text Example

White with #BA240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA240E; }

 p { color: rgb(186,36,14); }

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

background-color css

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

 a { background-color: rgb(186,36,14); }

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

border-color css

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

 span { border-color: rgb(186,36,14); }

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