Html Css Color HEX #BA2D10 Harley Davidson Orange

📋 copy color: '#BA2D10'

red 186 ◦ green 45 ◦ blue 16

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

Shades of Harley Davidson Orange #BA2D10

Tints of Harley Davidson Orange #BA2D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 75.3%
G = 18.22%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA2D10 (or 0xBA2D10) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 10. RGB value is (186,45,16). Sum of RGB (Red+Green+Blue) = 186+45+16=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D10 is #45D2EF. Grayscale: #545454. Windows color (decimal): -4575984 or 1060282. OLE color: 1060282.

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

Color convert

RGB 186 45 16 -
CMYK 0 0.76 0.91 0.27
HSL 10.24º 0.84% 0.4% -
HSV(B) 10.24º 0.91% 0.73% -
XYZ 21.28 12.35 1.75 -
YUV 83.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 186 45 16 0 0.76 0.91 0.27 10.24 0.84 0.4
Hex BA 2D 10 0 4C 5B 1B A 54 28
Octal 272 55 20 0 114 133 33 12 124 50
Binary 10111010 101101 10000 0 1001100 1011011 11011 1010 1010100 101000

Color Harmonies of #BA2D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D10

Black with #BA2D10

Text Example


Text Example

White with #BA2D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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