Html Css Color HEX #BA1F02 Harley Davidson Orange

📋 copy color: '#BA1F02'

red 186 ◦ green 31 ◦ blue 2

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

Shades of Harley Davidson Orange #BA1F02

Tints of Harley Davidson Orange #BA1F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

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

R = 84.93%
G = 14.16%
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

#BA1F02 (or 0xBA1F02) is known color: Harley Davidson Orange. HEX triplet: BA, 1F and 02. RGB value is (186,31,2). Sum of RGB (Red+Green+Blue) = 186+31+2=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F02 is #45E0FD. Grayscale: #4A4A4A. Windows color (decimal): -4579582 or 139194. OLE color: 139194.

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

Color convert

RGB 186 31 2 -
CMYK 0 0.83 0.99 0.27
HSL 9.46º 0.98% 0.37% -
HSV(B) 9.46º 0.99% 0.73% -
XYZ 20.75 11.42 1.17 -
YUV 74.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 186 31 2 0 0.83 0.99 0.27 9.46 0.98 0.37
Hex BA 1F 2 0 53 63 1B 9 62 25
Octal 272 37 2 0 123 143 33 11 142 45
Binary 10111010 11111 10 0 1010011 1100011 11011 1001 1100010 100101

Color Harmonies of #BA1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F02

Black with #BA1F02

Text Example


Text Example

White with #BA1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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