Html Css Color HEX #BA3313 Harley Davidson Orange

📋 copy color: '#BA3313'

red 186 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #BA3313

Tints of Harley Davidson Orange #BA3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.92%

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

R = 72.66%
G = 19.92%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA3313 (or 0xBA3313) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 13. RGB value is (186,51,19). Sum of RGB (Red+Green+Blue) = 186+51+19=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3313 is #45CCEC. Grayscale: #575757. Windows color (decimal): -4574445 or 1258426. OLE color: 1258426.

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

Color convert

RGB 186 51 19 -
CMYK 0 0.73 0.90 0.27
HSL 11.5º 0.81% 0.4% -
HSV(B) 11.5º 0.9% 0.73% -
XYZ 21.55 12.85 1.96 -
YUV 87.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 186 51 19 0 0.73 0.90 0.27 11.5 0.81 0.4
Hex BA 33 13 0 49 5A 1B B 51 28
Octal 272 63 23 0 111 132 33 13 121 50
Binary 10111010 110011 10011 0 1001001 1011010 11011 1011 1010001 101000

Color Harmonies of #BA3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3313

Black with #BA3313

Text Example


Text Example

White with #BA3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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