Html Css Color HEX #BA240A Harley Davidson Orange

📋 copy color: '#BA240A'

red 186 ◦ green 36 ◦ blue 10

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

Shades of Harley Davidson Orange #BA240A

Tints of Harley Davidson Orange #BA240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 80.17%
G = 15.52%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA240A (or 0xBA240A) is known color: Harley Davidson Orange. HEX triplet: BA, 24 and 0A. RGB value is (186,36,10). Sum of RGB (Red+Green+Blue) = 186+36+10=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA240A is #45DBF5. Grayscale: #4E4E4E. Windows color (decimal): -4578294 or 664762. OLE color: 664762.

HSL color Cylindrical-coordinate representation of color #BA240A: hue angle of 8.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA240A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 10 -
CMYK 0 0.81 0.95 0.27
HSL 8.86º 0.9% 0.38% -
HSV(B) 8.86º 0.95% 0.73% -
XYZ 20.94 11.72 1.45 -
YUV 77.89 89.7 205.11 -
System Red Green Blue C M Y K H S L
Decimal 186 36 10 0 0.81 0.95 0.27 8.86 0.9 0.38
Hex BA 24 A 0 51 5F 1B 9 5A 26
Octal 272 44 12 0 121 137 33 11 132 46
Binary 10111010 100100 1010 0 1010001 1011111 11011 1001 1011010 100110

Color Harmonies of #BA240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA240A

Black with #BA240A

Text Example


Text Example

White with #BA240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA240A; }

 p { color: rgb(186,36,10); }

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

background-color css

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

 a { background-color: rgb(186,36,10); }

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

border-color css

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

 span { border-color: rgb(186,36,10); }

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