Html Css Color HEX #BA2300 Harley Davidson Orange

📋 copy color: '#BA2300'

red 186 ◦ green 35 ◦ blue 0

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

Shades of Harley Davidson Orange #BA2300

Tints of Harley Davidson Orange #BA2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.16%
G = 15.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA2300 (or 0xBA2300) is known color: Harley Davidson Orange. HEX triplet: BA, 23 and 00. RGB value is (186,35,0). Sum of RGB (Red+Green+Blue) = 186+35+0=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2300 is #45DCFF. Grayscale: #4C4C4C. Windows color (decimal): -4578560 or 9146. OLE color: 9146.

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

Color convert

RGB 186 35 0 -
CMYK 0 0.81 1 0.27
HSL 11.29º 1% 0.36% -
HSV(B) 11.29º 1% 0.73% -
XYZ 20.85 11.64 1.15 -
YUV 76.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 186 35 0 0 0.81 1 0.27 11.29 1 0.36
Hex BA 23 0 0 51 64 1B B 64 24
Octal 272 43 0 0 121 144 33 13 144 44
Binary 10111010 100011 0 0 1010001 1100100 11011 1011 1100100 100100

Color Harmonies of #BA2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2300

Black with #BA2300

Text Example


Text Example

White with #BA2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2300; }

 p { color: rgb(186,35,0); }

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

background-color css

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

 a { background-color: rgb(186,35,0); }

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

border-color css

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

 span { border-color: rgb(186,35,0); }

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