Html Css Color HEX #BA2D18 Harley Davidson Orange

📋 copy color: '#BA2D18'

red 186 ◦ green 45 ◦ blue 24

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

Shades of Harley Davidson Orange #BA2D18

Tints of Harley Davidson Orange #BA2D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 72.94%
G = 17.65%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA2D18 (or 0xBA2D18) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 18. RGB value is (186,45,24). Sum of RGB (Red+Green+Blue) = 186+45+24=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D18 is #45D2E7. Grayscale: #545454. Windows color (decimal): -4575976 or 1584570. OLE color: 1584570.

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

Color convert

RGB 186 45 24 -
CMYK 0 0.76 0.87 0.27
HSL 7.78º 0.77% 0.41% -
HSV(B) 7.78º 0.87% 0.73% -
XYZ 21.35 12.38 2.13 -
YUV 84.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 186 45 24 0 0.76 0.87 0.27 7.78 0.77 0.41
Hex BA 2D 18 0 4C 57 1B 8 4D 29
Octal 272 55 30 0 114 127 33 10 115 51
Binary 10111010 101101 11000 0 1001100 1010111 11011 1000 1001101 101001

Color Harmonies of #BA2D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D18

Black with #BA2D18

Text Example


Text Example

White with #BA2D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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