Html Css Color HEX #BA2B13 Harley Davidson Orange

📋 copy color: '#BA2B13'

red 186 ◦ green 43 ◦ blue 19

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

Shades of Harley Davidson Orange #BA2B13

Tints of Harley Davidson Orange #BA2B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.34%

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

R = 75%
G = 17.34%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA2B13 (or 0xBA2B13) is known color: Harley Davidson Orange. HEX triplet: BA, 2B and 13. RGB value is (186,43,19). Sum of RGB (Red+Green+Blue) = 186+43+19=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2B13 is #45D4EC. Grayscale: #535353. Windows color (decimal): -4576493 or 1256378. OLE color: 1256378.

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

Color convert

RGB 186 43 19 -
CMYK 0 0.77 0.90 0.27
HSL 8.62º 0.81% 0.4% -
HSV(B) 8.62º 0.9% 0.73% -
XYZ 21.23 12.21 1.85 -
YUV 83.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 186 43 19 0 0.77 0.90 0.27 8.62 0.81 0.4
Hex BA 2B 13 0 4D 5A 1B 9 51 28
Octal 272 53 23 0 115 132 33 11 121 50
Binary 10111010 101011 10011 0 1001101 1011010 11011 1001 1010001 101000

Color Harmonies of #BA2B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B13

Black with #BA2B13

Text Example


Text Example

White with #BA2B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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