Html Css Color HEX #BA3112 Harley Davidson Orange

📋 copy color: '#BA3112'

red 186 ◦ green 49 ◦ blue 18

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

Shades of Harley Davidson Orange #BA3112

Tints of Harley Davidson Orange #BA3112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.37%

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 73.52%
G = 19.37%
B = 7.11%

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

#BA3112 (or 0xBA3112) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 12. RGB value is (186,49,18). Sum of RGB (Red+Green+Blue) = 186+49+18=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3112 is #45CEED. Grayscale: #565656. Windows color (decimal): -4574958 or 1192378. OLE color: 1192378.

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

Color convert

RGB 186 49 18 -
CMYK 0 0.74 0.90 0.27
HSL 11.07º 0.82% 0.4% -
HSV(B) 11.07º 0.9% 0.73% -
XYZ 21.46 12.68 1.89 -
YUV 86.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 186 49 18 0 0.74 0.90 0.27 11.07 0.82 0.4
Hex BA 31 12 0 4A 5A 1B B 52 28
Octal 272 61 22 0 112 132 33 13 122 50
Binary 10111010 110001 10010 0 1001010 1011010 11011 1011 1010010 101000

Color Harmonies of #BA3112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3112

Black with #BA3112

Text Example


Text Example

White with #BA3112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3112; }

 p { color: rgb(186,49,18); }

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

background-color css

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

 a { background-color: rgb(186,49,18); }

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

border-color css

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

 span { border-color: rgb(186,49,18); }

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