Html Css Color HEX #BA2502 Harley Davidson Orange

📋 copy color: '#BA2502'

red 186 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #BA2502

Tints of Harley Davidson Orange #BA2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 82.67%
G = 16.44%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA2502 (or 0xBA2502) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 02. RGB value is (186,37,2). Sum of RGB (Red+Green+Blue) = 186+37+2=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2502 is #45DAFD. Grayscale: #4D4D4D. Windows color (decimal): -4578046 or 140730. OLE color: 140730.

HSL color Cylindrical-coordinate representation of color #BA2502: hue angle of 11.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA2502 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 2 -
CMYK 0 0.80 0.99 0.27
HSL 11.41º 0.98% 0.37% -
HSV(B) 11.41º 0.99% 0.73% -
XYZ 20.92 11.77 1.23 -
YUV 77.56 85.36 205.35 -
System Red Green Blue C M Y K H S L
Decimal 186 37 2 0 0.80 0.99 0.27 11.41 0.98 0.37
Hex BA 25 2 0 50 63 1B B 62 25
Octal 272 45 2 0 120 143 33 13 142 45
Binary 10111010 100101 10 0 1010000 1100011 11011 1011 1100010 100101

Color Harmonies of #BA2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2502

Black with #BA2502

Text Example


Text Example

White with #BA2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2502; }

 p { color: rgb(186,37,2); }

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

background-color css

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

 a { background-color: rgb(186,37,2); }

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

border-color css

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

 span { border-color: rgb(186,37,2); }

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