Html Css Color HEX #BA3421 Harley Davidson Orange

📋 copy color: '#BA3421'

red 186 ◦ green 52 ◦ blue 33

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

Shades of Harley Davidson Orange #BA3421

Tints of Harley Davidson Orange #BA3421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 68.63%
G = 19.19%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3421 (or 0xBA3421) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 21. RGB value is (186,52,33). Sum of RGB (Red+Green+Blue) = 186+52+33=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3421 is #45CBDE. Grayscale: #5A5A5A. Windows color (decimal): -4574175 or 2176186. OLE color: 2176186.

HSL color Cylindrical-coordinate representation of color #BA3421: hue angle of 7.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA3421 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 33 -
CMYK 0 0.72 0.82 0.27
HSL 7.45º 0.7% 0.43% -
HSV(B) 7.45º 0.82% 0.73% -
XYZ 21.75 13 2.8 -
YUV 89.9 95.89 196.54 -
System Red Green Blue C M Y K H S L
Decimal 186 52 33 0 0.72 0.82 0.27 7.45 0.7 0.43
Hex BA 34 21 0 48 52 1B 7 46 2B
Octal 272 64 41 0 110 122 33 7 106 53
Binary 10111010 110100 100001 0 1001000 1010010 11011 111 1000110 101011

Color Harmonies of #BA3421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3421

Black with #BA3421

Text Example


Text Example

White with #BA3421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3421; }

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

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

background-color css

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

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

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

border-color css

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

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

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