Html Css Color HEX #BA3212 Harley Davidson Orange

📋 copy color: '#BA3212'

red 186 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #BA3212

Tints of Harley Davidson Orange #BA3212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 73.23%
G = 19.69%
B = 7.09%

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

#BA3212 (or 0xBA3212) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 12. RGB value is (186,50,18). Sum of RGB (Red+Green+Blue) = 186+50+18=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3212 is #45CDED. Grayscale: #575757. Windows color (decimal): -4574702 or 1192634. OLE color: 1192634.

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

Color convert

RGB 186 50 18 -
CMYK 0 0.73 0.90 0.27
HSL 11.43º 0.82% 0.4% -
HSV(B) 11.43º 0.9% 0.73% -
XYZ 21.5 12.76 1.9 -
YUV 87.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 186 50 18 0 0.73 0.90 0.27 11.43 0.82 0.4
Hex BA 32 12 0 49 5A 1B B 52 28
Octal 272 62 22 0 111 132 33 13 122 50
Binary 10111010 110010 10010 0 1001001 1011010 11011 1011 1010010 101000

Color Harmonies of #BA3212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3212

Black with #BA3212

Text Example


Text Example

White with #BA3212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3212; }

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

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

background-color css

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

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

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

border-color css

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

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

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