Html Css Color HEX #B53118 Harley Davidson Orange

📋 copy color: '#B53118'

red 181 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #B53118

Tints of Harley Davidson Orange #B53118

RGB

 RED value IS 181 (71.09% from 255) = 71.26%

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 71.26%
G = 19.29%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B53118 (or 0xB53118) is known color: Harley Davidson Orange. HEX triplet: B5, 31 and 18. RGB value is (181,49,24). Sum of RGB (Red+Green+Blue) = 181+49+24=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B53118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53118 is #4ACEE7. Grayscale: #555555. Windows color (decimal): -4902632 or 1585589. OLE color: 1585589.

HSL color Cylindrical-coordinate representation of color #B53118: hue angle of 9.55º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B53118 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 24 -
CMYK 0 0.73 0.87 0.29
HSL 9.55º 0.77% 0.4% -
HSV(B) 9.55º 0.87% 0.71% -
XYZ 20.32 12.09 2.13 -
YUV 85.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 181 49 24 0 0.73 0.87 0.29 9.55 0.77 0.4
Hex B5 31 18 0 49 57 1D A 4D 28
Octal 265 61 30 0 111 127 35 12 115 50
Binary 10110101 110001 11000 0 1001001 1010111 11101 1010 1001101 101000

Color Harmonies of #B53118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53118

Black with #B53118

Text Example


Text Example

White with #B53118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53118; }

 p { color: rgb(181,49,24); }

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

background-color css

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

 a { background-color: rgb(181,49,24); }

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

border-color css

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

 span { border-color: rgb(181,49,24); }

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