Html Css Color HEX #B52101 Harley Davidson Orange

📋 copy color: '#B52101'

red 181 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #B52101

Tints of Harley Davidson Orange #B52101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 84.19%
G = 15.35%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B52101 (or 0xB52101) is known color: Harley Davidson Orange. HEX triplet: B5, 21 and 01. RGB value is (181,33,1). Sum of RGB (Red+Green+Blue) = 181+33+1=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B52101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52101 is #4ADEFE. Grayscale: #494949. Windows color (decimal): -4906751 or 74165. OLE color: 74165.

HSL color Cylindrical-coordinate representation of color #B52101: hue angle of 10.67º 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 #B52101 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 1 -
CMYK 0 0.82 0.99 0.29
HSL 10.67º 0.99% 0.36% -
HSV(B) 10.67º 0.99% 0.71% -
XYZ 19.61 10.91 1.1 -
YUV 73.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 181 33 1 0 0.82 0.99 0.29 10.67 0.99 0.36
Hex B5 21 1 0 52 63 1D B 63 24
Octal 265 41 1 0 122 143 35 13 143 44
Binary 10110101 100001 1 0 1010010 1100011 11101 1011 1100011 100100

Color Harmonies of #B52101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52101

Black with #B52101

Text Example


Text Example

White with #B52101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52101; }

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

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

background-color css

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

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

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

border-color css

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

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

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