Html Css Color HEX #BA2D13 Harley Davidson Orange

📋 copy color: '#BA2D13'

red 186 ◦ green 45 ◦ blue 19

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

Shades of Harley Davidson Orange #BA2D13

Tints of Harley Davidson Orange #BA2D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 74.4%
G = 18%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA2D13 (or 0xBA2D13) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 13. RGB value is (186,45,19). Sum of RGB (Red+Green+Blue) = 186+45+19=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D13 is #45D2EC. Grayscale: #545454. Windows color (decimal): -4575981 or 1256890. OLE color: 1256890.

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

Color convert

RGB 186 45 19 -
CMYK 0 0.76 0.90 0.27
HSL 9.34º 0.81% 0.4% -
HSV(B) 9.34º 0.9% 0.73% -
XYZ 21.31 12.36 1.88 -
YUV 84.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 186 45 19 0 0.76 0.90 0.27 9.34 0.81 0.4
Hex BA 2D 13 0 4C 5A 1B 9 51 28
Octal 272 55 23 0 114 132 33 11 121 50
Binary 10111010 101101 10011 0 1001100 1011010 11011 1001 1010001 101000

Color Harmonies of #BA2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D13

Black with #BA2D13

Text Example


Text Example

White with #BA2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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