Html Css Color HEX #BA2D09 Harley Davidson Orange

📋 copy color: '#BA2D09'

red 186 ◦ green 45 ◦ blue 9

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

Shades of Harley Davidson Orange #BA2D09

Tints of Harley Davidson Orange #BA2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 77.5%
G = 18.75%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA2D09 (or 0xBA2D09) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 09. RGB value is (186,45,9). Sum of RGB (Red+Green+Blue) = 186+45+9=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D09 is #45D2F6. Grayscale: #535353. Windows color (decimal): -4575991 or 601530. OLE color: 601530.

HSL color Cylindrical-coordinate representation of color #BA2D09: hue angle of 12.2º 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 #BA2D09 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 45 9 -
CMYK 0 0.76 0.95 0.27
HSL 12.2º 0.91% 0.38% -
HSV(B) 12.2º 0.95% 0.73% -
XYZ 21.24 12.34 1.52 -
YUV 83.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 186 45 9 0 0.76 0.95 0.27 12.2 0.91 0.38
Hex BA 2D 9 0 4C 5F 1B C 5B 26
Octal 272 55 11 0 114 137 33 14 133 46
Binary 10111010 101101 1001 0 1001100 1011111 11011 1100 1011011 100110

Color Harmonies of #BA2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D09

Black with #BA2D09

Text Example


Text Example

White with #BA2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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