Html Css Color HEX #BA2909 Harley Davidson Orange

📋 copy color: '#BA2909'

red 186 ◦ green 41 ◦ blue 9

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

Shades of Harley Davidson Orange #BA2909

Tints of Harley Davidson Orange #BA2909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 78.81%
G = 17.37%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA2909 (or 0xBA2909) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 09. RGB value is (186,41,9). Sum of RGB (Red+Green+Blue) = 186+41+9=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2909 is #45D6F6. Grayscale: #505050. Windows color (decimal): -4577015 or 600506. OLE color: 600506.

HSL color Cylindrical-coordinate representation of color #BA2909: hue angle of 10.85º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA2909 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 9 -
CMYK 0 0.78 0.95 0.27
HSL 10.85º 0.91% 0.38% -
HSV(B) 10.85º 0.95% 0.73% -
XYZ 21.09 12.04 1.47 -
YUV 80.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 186 41 9 0 0.78 0.95 0.27 10.85 0.91 0.38
Hex BA 29 9 0 4E 5F 1B B 5B 26
Octal 272 51 11 0 116 137 33 13 133 46
Binary 10111010 101001 1001 0 1001110 1011111 11011 1011 1011011 100110

Color Harmonies of #BA2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2909

Black with #BA2909

Text Example


Text Example

White with #BA2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2909; }

 p { color: rgb(186,41,9); }

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

background-color css

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

 a { background-color: rgb(186,41,9); }

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

border-color css

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

 span { border-color: rgb(186,41,9); }

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