Html Css Color HEX #BA341C Harley Davidson Orange

📋 copy color: '#BA341C'

red 186 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #BA341C

Tints of Harley Davidson Orange #BA341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 69.92%
G = 19.55%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA341C (or 0xBA341C) is known color: Harley Davidson Orange. HEX triplet: BA, 34 and 1C. RGB value is (186,52,28). Sum of RGB (Red+Green+Blue) = 186+52+28=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA341C is #45CBE3. Grayscale: #595959. Windows color (decimal): -4574180 or 1848506. OLE color: 1848506.

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

Color convert

RGB 186 52 28 -
CMYK 0 0.72 0.85 0.27
HSL 9.11º 0.74% 0.42% -
HSV(B) 9.11º 0.85% 0.73% -
XYZ 21.69 12.98 2.46 -
YUV 89.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 186 52 28 0 0.72 0.85 0.27 9.11 0.74 0.42
Hex BA 34 1C 0 48 55 1B 9 4A 2A
Octal 272 64 34 0 110 125 33 11 112 52
Binary 10111010 110100 11100 0 1001000 1010101 11011 1001 1001010 101010

Color Harmonies of #BA341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA341C

Black with #BA341C

Text Example


Text Example

White with #BA341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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