Html Css Color HEX #BA2D16 Harley Davidson Orange

📋 copy color: '#BA2D16'

red 186 ◦ green 45 ◦ blue 22

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

Shades of Harley Davidson Orange #BA2D16

Tints of Harley Davidson Orange #BA2D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.79%

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 73.52%
G = 17.79%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA2D16 (or 0xBA2D16) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 16. RGB value is (186,45,22). Sum of RGB (Red+Green+Blue) = 186+45+22=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D16 is #45D2E9. Grayscale: #545454. Windows color (decimal): -4575978 or 1453498. OLE color: 1453498.

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

Color convert

RGB 186 45 22 -
CMYK 0 0.76 0.88 0.27
HSL 8.41º 0.79% 0.41% -
HSV(B) 8.41º 0.88% 0.73% -
XYZ 21.33 12.37 2.02 -
YUV 84.54 92.71 200.37 -
System Red Green Blue C M Y K H S L
Decimal 186 45 22 0 0.76 0.88 0.27 8.41 0.79 0.41
Hex BA 2D 16 0 4C 58 1B 8 4F 29
Octal 272 55 26 0 114 130 33 10 117 51
Binary 10111010 101101 10110 0 1001100 1011000 11011 1000 1001111 101001

Color Harmonies of #BA2D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D16

Black with #BA2D16

Text Example


Text Example

White with #BA2D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D16; }

 p { color: rgb(186,45,22); }

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

background-color css

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

 a { background-color: rgb(186,45,22); }

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

border-color css

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

 span { border-color: rgb(186,45,22); }

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