Html Css Color HEX #BA2712 Harley Davidson Orange

📋 copy color: '#BA2712'

red 186 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #BA2712

Tints of Harley Davidson Orange #BA2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 76.54%
G = 16.05%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA2712 (or 0xBA2712) is known color: Harley Davidson Orange. HEX triplet: BA, 27 and 12. RGB value is (186,39,18). Sum of RGB (Red+Green+Blue) = 186+39+18=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2712 is #45D8ED. Grayscale: #505050. Windows color (decimal): -4577518 or 1189818. OLE color: 1189818.

HSL color Cylindrical-coordinate representation of color #BA2712: hue angle of 7.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA2712 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 18 -
CMYK 0 0.79 0.90 0.27
HSL 7.5º 0.82% 0.4% -
HSV(B) 7.5º 0.9% 0.73% -
XYZ 21.08 11.93 1.76 -
YUV 80.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 186 39 18 0 0.79 0.90 0.27 7.5 0.82 0.4
Hex BA 27 12 0 4F 5A 1B 8 52 28
Octal 272 47 22 0 117 132 33 10 122 50
Binary 10111010 100111 10010 0 1001111 1011010 11011 1000 1010010 101000

Color Harmonies of #BA2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2712

Black with #BA2712

Text Example


Text Example

White with #BA2712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2712; }

 p { color: rgb(186,39,18); }

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

background-color css

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

 a { background-color: rgb(186,39,18); }

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

border-color css

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

 span { border-color: rgb(186,39,18); }

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