Html Css Color HEX #B52301 Harley Davidson Orange

📋 copy color: '#B52301'

red 181 ◦ green 35 ◦ blue 1

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

Shades of Harley Davidson Orange #B52301

Tints of Harley Davidson Orange #B52301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.13%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 83.41%
G = 16.13%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B52301 (or 0xB52301) is known color: Harley Davidson Orange. HEX triplet: B5, 23 and 01. RGB value is (181,35,1). Sum of RGB (Red+Green+Blue) = 181+35+1=217 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.41% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 181 - color contains mainly: red. Hex color #B52301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52301 is #4ADCFE. Grayscale: #4B4B4B. Windows color (decimal): -4906239 or 74677. OLE color: 74677.

HSL color Cylindrical-coordinate representation of color #B52301: hue angle of 11.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B52301 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 1 -
CMYK 0 0.81 0.99 0.29
HSL 11.33º 0.99% 0.36% -
HSV(B) 11.33º 0.99% 0.71% -
XYZ 19.66 11.03 1.12 -
YUV 74.78 86.37 203.76 -
System Red Green Blue C M Y K H S L
Decimal 181 35 1 0 0.81 0.99 0.29 11.33 0.99 0.36
Hex B5 23 1 0 51 63 1D B 63 24
Octal 265 43 1 0 121 143 35 13 143 44
Binary 10110101 100011 1 0 1010001 1100011 11101 1011 1100011 100100

Color Harmonies of #B52301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52301

Black with #B52301

Text Example


Text Example

White with #B52301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52301; }

 p { color: rgb(181,35,1); }

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

background-color css

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

 a { background-color: rgb(181,35,1); }

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

border-color css

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

 span { border-color: rgb(181,35,1); }

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