Html Css Color HEX #BA3010 Harley Davidson Orange

📋 copy color: '#BA3010'

red 186 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #BA3010

Tints of Harley Davidson Orange #BA3010

RGB

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

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

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

R = 74.4%
G = 19.2%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA3010 (or 0xBA3010) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 10. RGB value is (186,48,16). Sum of RGB (Red+Green+Blue) = 186+48+16=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3010 is #45CFEF. Grayscale: #555555. Windows color (decimal): -4575216 or 1061050. OLE color: 1061050.

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

Color convert

RGB 186 48 16 -
CMYK 0 0.74 0.91 0.27
HSL 11.29º 0.84% 0.4% -
HSV(B) 11.29º 0.91% 0.73% -
XYZ 21.4 12.59 1.79 -
YUV 85.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 186 48 16 0 0.74 0.91 0.27 11.29 0.84 0.4
Hex BA 30 10 0 4A 5B 1B B 54 28
Octal 272 60 20 0 112 133 33 13 124 50
Binary 10111010 110000 10000 0 1001010 1011011 11011 1011 1010100 101000

Color Harmonies of #BA3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3010

Black with #BA3010

Text Example


Text Example

White with #BA3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3010; }

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

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

background-color css

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

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

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

border-color css

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

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

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