Html Css Color HEX #B42404 Harley Davidson Orange

📋 copy color: '#B42404'

red 180 ◦ green 36 ◦ blue 4

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

Shades of Harley Davidson Orange #B42404

Tints of Harley Davidson Orange #B42404

RGB

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

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

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

R = 81.82%
G = 16.36%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B42404 (or 0xB42404) is known color: Harley Davidson Orange. HEX triplet: B4, 24 and 04. RGB value is (180,36,4). Sum of RGB (Red+Green+Blue) = 180+36+4=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B42404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42404 is #4BDBFB. Grayscale: #4B4B4B. Windows color (decimal): -4971516 or 271540. OLE color: 271540.

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

Color convert

RGB 180 36 4 -
CMYK 0 0.8 0.98 0.29
HSL 10.91º 0.96% 0.36% -
HSV(B) 10.91º 0.98% 0.71% -
XYZ 19.48 10.97 1.21 -
YUV 75.41 87.71 202.6 -
System Red Green Blue C M Y K H S L
Decimal 180 36 4 0 0.8 0.98 0.29 10.91 0.96 0.36
Hex B4 24 4 0 50 62 1D B 60 24
Octal 264 44 4 0 120 142 35 13 140 44
Binary 10110100 100100 100 0 1010000 1100010 11101 1011 1100000 100100

Color Harmonies of #B42404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42404

Black with #B42404

Text Example


Text Example

White with #B42404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42404; }

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

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

background-color css

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

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

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

border-color css

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

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

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