Html Css Color HEX #BA3C21 Harley Davidson Orange

📋 copy color: '#BA3C21'

red 186 ◦ green 60 ◦ blue 33

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

Shades of Harley Davidson Orange #BA3C21

Tints of Harley Davidson Orange #BA3C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 66.67%
G = 21.51%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3C21 (or 0xBA3C21) is known color: Harley Davidson Orange. HEX triplet: BA, 3C and 21. RGB value is (186,60,33). Sum of RGB (Red+Green+Blue) = 186+60+33=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C21 is #45C3DE. Grayscale: #5E5E5E. Windows color (decimal): -4572127 or 2178234. OLE color: 2178234.

HSL color Cylindrical-coordinate representation of color #BA3C21: hue angle of 10.59º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA3C21 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 33 -
CMYK 0 0.68 0.82 0.27
HSL 10.59º 0.7% 0.43% -
HSV(B) 10.59º 0.82% 0.73% -
XYZ 22.14 13.78 2.93 -
YUV 94.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 186 60 33 0 0.68 0.82 0.27 10.59 0.7 0.43
Hex BA 3C 21 0 44 52 1B B 46 2B
Octal 272 74 41 0 104 122 33 13 106 53
Binary 10111010 111100 100001 0 1000100 1010010 11011 1011 1000110 101011

Color Harmonies of #BA3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C21

Black with #BA3C21

Text Example


Text Example

White with #BA3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C21; }

 p { color: rgb(186,60,33); }

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

background-color css

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

 a { background-color: rgb(186,60,33); }

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

border-color css

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

 span { border-color: rgb(186,60,33); }

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