Html Css Color HEX #BA1F03 Harley Davidson Orange

📋 copy color: '#BA1F03'

red 186 ◦ green 31 ◦ blue 3

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

Shades of Harley Davidson Orange #BA1F03

Tints of Harley Davidson Orange #BA1F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 84.55%
G = 14.09%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA1F03 (or 0xBA1F03) is known color: Harley Davidson Orange. HEX triplet: BA, 1F and 03. RGB value is (186,31,3). Sum of RGB (Red+Green+Blue) = 186+31+3=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F03 is #45E0FC. Grayscale: #4A4A4A. Windows color (decimal): -4579581 or 204730. OLE color: 204730.

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

Color convert

RGB 186 31 3 -
CMYK 0 0.83 0.98 0.27
HSL 9.18º 0.97% 0.37% -
HSV(B) 9.18º 0.98% 0.73% -
XYZ 20.76 11.43 1.2 -
YUV 74.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 186 31 3 0 0.83 0.98 0.27 9.18 0.97 0.37
Hex BA 1F 3 0 53 62 1B 9 61 25
Octal 272 37 3 0 123 142 33 11 141 45
Binary 10111010 11111 11 0 1010011 1100010 11011 1001 1100001 100101

Color Harmonies of #BA1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F03

Black with #BA1F03

Text Example


Text Example

White with #BA1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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