Html Css Color HEX #BA1D03 Harley Davidson Orange

📋 copy color: '#BA1D03'

red 186 ◦ green 29 ◦ blue 3

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

Shades of Harley Davidson Orange #BA1D03

Tints of Harley Davidson Orange #BA1D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

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

R = 85.32%
G = 13.3%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA1D03 (or 0xBA1D03) is known color: Harley Davidson Orange. HEX triplet: BA, 1D and 03. RGB value is (186,29,3). Sum of RGB (Red+Green+Blue) = 186+29+3=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D03 is #45E2FC. Grayscale: #494949. Windows color (decimal): -4580093 or 204218. OLE color: 204218.

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

Color convert

RGB 186 29 3 -
CMYK 0 0.84 0.98 0.27
HSL 8.52º 0.97% 0.37% -
HSV(B) 8.52º 0.98% 0.73% -
XYZ 20.71 11.32 1.18 -
YUV 72.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 186 29 3 0 0.84 0.98 0.27 8.52 0.97 0.37
Hex BA 1D 3 0 54 62 1B 9 61 25
Octal 272 35 3 0 124 142 33 11 141 45
Binary 10111010 11101 11 0 1010100 1100010 11011 1001 1100001 100101

Color Harmonies of #BA1D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D03

Black with #BA1D03

Text Example


Text Example

White with #BA1D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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