Html Css Color HEX #BA2D04 Harley Davidson Orange

📋 copy color: '#BA2D04'

red 186 ◦ green 45 ◦ blue 4

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

Shades of Harley Davidson Orange #BA2D04

Tints of Harley Davidson Orange #BA2D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 4 (1.95% from 255) = 1.7%

R = 79.15%
G = 19.15%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA2D04 (or 0xBA2D04) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 04. RGB value is (186,45,4). Sum of RGB (Red+Green+Blue) = 186+45+4=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D04 is #45D2FB. Grayscale: #525252. Windows color (decimal): -4575996 or 273850. OLE color: 273850.

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

Color convert

RGB 186 45 4 -
CMYK 0 0.76 0.98 0.27
HSL 13.52º 0.96% 0.37% -
HSV(B) 13.52º 0.98% 0.73% -
XYZ 21.21 12.32 1.38 -
YUV 82.49 83.71 201.83 -
System Red Green Blue C M Y K H S L
Decimal 186 45 4 0 0.76 0.98 0.27 13.52 0.96 0.37
Hex BA 2D 4 0 4C 62 1B E 60 25
Octal 272 55 4 0 114 142 33 16 140 45
Binary 10111010 101101 100 0 1001100 1100010 11011 1110 1100000 100101

Color Harmonies of #BA2D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D04

Black with #BA2D04

Text Example


Text Example

White with #BA2D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D04; }

 p { color: rgb(186,45,4); }

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

background-color css

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

 a { background-color: rgb(186,45,4); }

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

border-color css

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

 span { border-color: rgb(186,45,4); }

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