Html Css Color HEX #BA3413 Harley Davidson Orange

📋 copy color: '#BA3413'

red 186 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #BA3413

Tints of Harley Davidson Orange #BA3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 72.37%
G = 20.23%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3413 (or 0xBA3413) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 13. RGB value is (186,52,19). Sum of RGB (Red+Green+Blue) = 186+52+19=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3413 is #45CBEC. Grayscale: #585858. Windows color (decimal): -4574189 or 1258682. OLE color: 1258682.

HSL color Cylindrical-coordinate representation of color #BA3413: hue angle of 11.86º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3413 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 19 -
CMYK 0 0.72 0.90 0.27
HSL 11.86º 0.81% 0.4% -
HSV(B) 11.86º 0.9% 0.73% -
XYZ 21.6 12.94 1.98 -
YUV 88.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 186 52 19 0 0.72 0.90 0.27 11.86 0.81 0.4
Hex BA 34 13 0 48 5A 1B C 51 28
Octal 272 64 23 0 110 132 33 14 121 50
Binary 10111010 110100 10011 0 1001000 1011010 11011 1100 1010001 101000

Color Harmonies of #BA3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3413

Black with #BA3413

Text Example


Text Example

White with #BA3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3413; }

 p { color: rgb(186,52,19); }

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

background-color css

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

 a { background-color: rgb(186,52,19); }

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

border-color css

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

 span { border-color: rgb(186,52,19); }

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