Html Css Color HEX #B52404 Harley Davidson Orange

📋 copy color: '#B52404'

red 181 ◦ green 36 ◦ blue 4

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

Shades of Harley Davidson Orange #B52404

Tints of Harley Davidson Orange #B52404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.81%

R = 81.9%
G = 16.29%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B52404 (or 0xB52404) is known color: Harley Davidson Orange. HEX triplet: B5, 24 and 04. RGB value is (181,36,4). Sum of RGB (Red+Green+Blue) = 181+36+4=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B52404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52404 is #4ADBFB. Grayscale: #4B4B4B. Windows color (decimal): -4905980 or 271541. OLE color: 271541.

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

Color convert

RGB 181 36 4 -
CMYK 0 0.80 0.98 0.29
HSL 10.85º 0.96% 0.36% -
HSV(B) 10.85º 0.98% 0.71% -
XYZ 19.71 11.09 1.22 -
YUV 75.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 181 36 4 0 0.80 0.98 0.29 10.85 0.96 0.36
Hex B5 24 4 0 50 62 1D B 60 24
Octal 265 44 4 0 120 142 35 13 140 44
Binary 10110101 100100 100 0 1010000 1100010 11101 1011 1100000 100100

Color Harmonies of #B52404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52404

Black with #B52404

Text Example


Text Example

White with #B52404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52404; }

 p { color: rgb(181,36,4); }

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

background-color css

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

 a { background-color: rgb(181,36,4); }

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

border-color css

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

 span { border-color: rgb(181,36,4); }

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