Html Css Color HEX #BA3015 Harley Davidson Orange

📋 copy color: '#BA3015'

red 186 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #BA3015

Tints of Harley Davidson Orange #BA3015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 72.94%
G = 18.82%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA3015 (or 0xBA3015) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 15. RGB value is (186,48,21). Sum of RGB (Red+Green+Blue) = 186+48+21=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3015 is #45CFEA. Grayscale: #565656. Windows color (decimal): -4575211 or 1388730. OLE color: 1388730.

HSL color Cylindrical-coordinate representation of color #BA3015: hue angle of 9.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3015 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 21 -
CMYK 0 0.74 0.89 0.27
HSL 9.82º 0.8% 0.41% -
HSV(B) 9.82º 0.89% 0.73% -
XYZ 21.44 12.61 2.01 -
YUV 86.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 186 48 21 0 0.74 0.89 0.27 9.82 0.8 0.41
Hex BA 30 15 0 4A 59 1B A 50 29
Octal 272 60 25 0 112 131 33 12 120 51
Binary 10111010 110000 10101 0 1001010 1011001 11011 1010 1010000 101001

Color Harmonies of #BA3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3015

Black with #BA3015

Text Example


Text Example

White with #BA3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3015; }

 p { color: rgb(186,48,21); }

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

background-color css

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

 a { background-color: rgb(186,48,21); }

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

border-color css

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

 span { border-color: rgb(186,48,21); }

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