Html Css Color HEX #BA3019 Harley Davidson Orange

📋 copy color: '#BA3019'

red 186 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #BA3019

Tints of Harley Davidson Orange #BA3019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 71.81%
G = 18.53%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA3019 (or 0xBA3019) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 19. RGB value is (186,48,25). Sum of RGB (Red+Green+Blue) = 186+48+25=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3019 is #45CFE6. Grayscale: #565656. Windows color (decimal): -4575207 or 1650874. OLE color: 1650874.

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

Color convert

RGB 186 48 25 -
CMYK 0 0.74 0.87 0.27
HSL 8.57º 0.76% 0.41% -
HSV(B) 8.57º 0.87% 0.73% -
XYZ 21.48 12.62 2.22 -
YUV 86.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 186 48 25 0 0.74 0.87 0.27 8.57 0.76 0.41
Hex BA 30 19 0 4A 57 1B 9 4C 29
Octal 272 60 31 0 112 127 33 11 114 51
Binary 10111010 110000 11001 0 1001010 1010111 11011 1001 1001100 101001

Color Harmonies of #BA3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3019

Black with #BA3019

Text Example


Text Example

White with #BA3019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3019; }

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

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

background-color css

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

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

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

border-color css

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

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

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