Html Css Color HEX #BA3013 Harley Davidson Orange

📋 copy color: '#BA3013'

red 186 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #BA3013

Tints of Harley Davidson Orange #BA3013

RGB

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

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

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

R = 73.52%
G = 18.97%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3013 (or 0xBA3013) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 13. RGB value is (186,48,19). Sum of RGB (Red+Green+Blue) = 186+48+19=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3013 is #45CFEC. Grayscale: #565656. Windows color (decimal): -4575213 or 1257658. OLE color: 1257658.

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

Color convert

RGB 186 48 19 -
CMYK 0 0.74 0.90 0.27
HSL 10.42º 0.81% 0.4% -
HSV(B) 10.42º 0.9% 0.73% -
XYZ 21.42 12.6 1.92 -
YUV 85.96 90.22 199.36 -
System Red Green Blue C M Y K H S L
Decimal 186 48 19 0 0.74 0.90 0.27 10.42 0.81 0.4
Hex BA 30 13 0 4A 5A 1B A 51 28
Octal 272 60 23 0 112 132 33 12 121 50
Binary 10111010 110000 10011 0 1001010 1011010 11011 1010 1010001 101000

Color Harmonies of #BA3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3013

Black with #BA3013

Text Example


Text Example

White with #BA3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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