Html Css Color HEX #B52004 Harley Davidson Orange

📋 copy color: '#B52004'

red 181 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #B52004

Tints of Harley Davidson Orange #B52004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 83.41%
G = 14.75%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B52004 (or 0xB52004) is known color: Harley Davidson Orange. HEX triplet: B5, 20 and 04. RGB value is (181,32,4). Sum of RGB (Red+Green+Blue) = 181+32+4=217 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.41% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 181 - color contains mainly: red. Hex color #B52004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52004 is #4ADFFB. Grayscale: #494949. Windows color (decimal): -4907004 or 270517. OLE color: 270517.

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

Color convert

RGB 181 32 4 -
CMYK 0 0.82 0.98 0.29
HSL 9.49º 0.96% 0.36% -
HSV(B) 9.49º 0.98% 0.71% -
XYZ 19.59 10.87 1.18 -
YUV 73.36 88.86 204.78 -
System Red Green Blue C M Y K H S L
Decimal 181 32 4 0 0.82 0.98 0.29 9.49 0.96 0.36
Hex B5 20 4 0 52 62 1D 9 60 24
Octal 265 40 4 0 122 142 35 11 140 44
Binary 10110101 100000 100 0 1010010 1100010 11101 1001 1100000 100100

Color Harmonies of #B52004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52004

Black with #B52004

Text Example


Text Example

White with #B52004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52004; }

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

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

background-color css

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

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

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

border-color css

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

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

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