Html Css Color HEX #BA2002 Harley Davidson Orange

📋 copy color: '#BA2002'

red 186 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #BA2002

Tints of Harley Davidson Orange #BA2002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

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

R = 84.55%
G = 14.55%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA2002 (or 0xBA2002) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 02. RGB value is (186,32,2). Sum of RGB (Red+Green+Blue) = 186+32+2=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2002 is #45DFFD. Grayscale: #4A4A4A. Windows color (decimal): -4579326 or 139450. OLE color: 139450.

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

Color convert

RGB 186 32 2 -
CMYK 0 0.83 0.99 0.27
HSL 9.78º 0.98% 0.37% -
HSV(B) 9.78º 0.99% 0.73% -
XYZ 20.78 11.48 1.18 -
YUV 74.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 186 32 2 0 0.83 0.99 0.27 9.78 0.98 0.37
Hex BA 20 2 0 53 63 1B A 62 25
Octal 272 40 2 0 123 143 33 12 142 45
Binary 10111010 100000 10 0 1010011 1100011 11011 1010 1100010 100101

Color Harmonies of #BA2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2002

Black with #BA2002

Text Example


Text Example

White with #BA2002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2002; }

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

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

background-color css

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

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

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

border-color css

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

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

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