Html Css Color HEX #B53015 Harley Davidson Orange

📋 copy color: '#B53015'

red 181 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #B53015

Tints of Harley Davidson Orange #B53015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 72.4%
G = 19.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B53015 (or 0xB53015) is known color: Harley Davidson Orange. HEX triplet: B5, 30 and 15. RGB value is (181,48,21). Sum of RGB (Red+Green+Blue) = 181+48+21=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B53015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53015 is #4ACFEA. Grayscale: #545454. Windows color (decimal): -4902891 or 1388725. OLE color: 1388725.

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

Color convert

RGB 181 48 21 -
CMYK 0 0.73 0.88 0.29
HSL 10.13º 0.79% 0.4% -
HSV(B) 10.13º 0.88% 0.71% -
XYZ 20.25 11.99 1.96 -
YUV 84.69 92.06 196.7 -
System Red Green Blue C M Y K H S L
Decimal 181 48 21 0 0.73 0.88 0.29 10.13 0.79 0.4
Hex B5 30 15 0 49 58 1D A 4F 28
Octal 265 60 25 0 111 130 35 12 117 50
Binary 10110101 110000 10101 0 1001001 1011000 11101 1010 1001111 101000

Color Harmonies of #B53015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53015

Black with #B53015

Text Example


Text Example

White with #B53015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53015; }

 p { color: rgb(181,48,21); }

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

background-color css

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

 a { background-color: rgb(181,48,21); }

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

border-color css

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

 span { border-color: rgb(181,48,21); }

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