Html Css Color HEX #B42004 Harley Davidson Orange

📋 copy color: '#B42004'

red 180 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #B42004

Tints of Harley Davidson Orange #B42004

RGB

 RED value IS 180 (70.7% from 255) = 83.33%

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

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

R = 83.33%
G = 14.81%
B = 1.85%

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

#B42004 (or 0xB42004) is known color: Harley Davidson Orange. HEX triplet: B4, 20 and 04. RGB value is (180,32,4). Sum of RGB (Red+Green+Blue) = 180+32+4=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B42004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42004 is #4BDFFB. Grayscale: #494949. Windows color (decimal): -4972540 or 270516. OLE color: 270516.

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

Color convert

RGB 180 32 4 -
CMYK 0 0.82 0.98 0.29
HSL 9.55º 0.96% 0.36% -
HSV(B) 9.55º 0.98% 0.71% -
XYZ 19.36 10.75 1.17 -
YUV 73.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 180 32 4 0 0.82 0.98 0.29 9.55 0.96 0.36
Hex B4 20 4 0 52 62 1D A 60 24
Octal 264 40 4 0 122 142 35 12 140 44
Binary 10110100 100000 100 0 1010010 1100010 11101 1010 1100000 100100

Color Harmonies of #B42004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42004

Black with #B42004

Text Example


Text Example

White with #B42004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42004; }

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

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

background-color css

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

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

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

border-color css

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

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

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