Html Css Color HEX #BA2C15 Harley Davidson Orange

📋 copy color: '#BA2C15'

red 186 ◦ green 44 ◦ blue 21

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

Shades of Harley Davidson Orange #BA2C15

Tints of Harley Davidson Orange #BA2C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.53%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 74.1%
G = 17.53%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2C15 (or 0xBA2C15) is known color: Harley Davidson Orange. HEX triplet: BA, 2C and 15. RGB value is (186,44,21). Sum of RGB (Red+Green+Blue) = 186+44+21=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C15 is #45D3EA. Grayscale: #545454. Windows color (decimal): -4576235 or 1387706. OLE color: 1387706.

HSL color Cylindrical-coordinate representation of color #BA2C15: hue angle of 8.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA2C15 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 44 21 -
CMYK 0 0.76 0.89 0.27
HSL 8.36º 0.8% 0.41% -
HSV(B) 8.36º 0.89% 0.73% -
XYZ 21.29 12.29 1.96 -
YUV 83.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 186 44 21 0 0.76 0.89 0.27 8.36 0.8 0.41
Hex BA 2C 15 0 4C 59 1B 8 50 29
Octal 272 54 25 0 114 131 33 10 120 51
Binary 10111010 101100 10101 0 1001100 1011001 11011 1000 1010000 101001

Color Harmonies of #BA2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C15

Black with #BA2C15

Text Example


Text Example

White with #BA2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C15; }

 p { color: rgb(186,44,21); }

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

background-color css

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

 a { background-color: rgb(186,44,21); }

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

border-color css

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

 span { border-color: rgb(186,44,21); }

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