Html Css Color HEX #BA2402 Harley Davidson Orange

📋 copy color: '#BA2402'

red 186 ◦ green 36 ◦ blue 2

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

Shades of Harley Davidson Orange #BA2402

Tints of Harley Davidson Orange #BA2402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.07%

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

R = 83.04%
G = 16.07%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA2402 (or 0xBA2402) is known color: Harley Davidson Orange. HEX triplet: BA, 24 and 02. RGB value is (186,36,2). Sum of RGB (Red+Green+Blue) = 186+36+2=224 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.04% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2402 is #45DBFD. Grayscale: #4D4D4D. Windows color (decimal): -4578302 or 140474. OLE color: 140474.

HSL color Cylindrical-coordinate representation of color #BA2402: hue angle of 11.09º 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 #BA2402 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 2 -
CMYK 0 0.81 0.99 0.27
HSL 11.09º 0.98% 0.37% -
HSV(B) 11.09º 0.99% 0.73% -
XYZ 20.89 11.71 1.22 -
YUV 76.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 186 36 2 0 0.81 0.99 0.27 11.09 0.98 0.37
Hex BA 24 2 0 51 63 1B B 62 25
Octal 272 44 2 0 121 143 33 13 142 45
Binary 10111010 100100 10 0 1010001 1100011 11011 1011 1100010 100101

Color Harmonies of #BA2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2402

Black with #BA2402

Text Example


Text Example

White with #BA2402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2402; }

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

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

background-color css

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

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

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

border-color css

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

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

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