Html Css Color HEX #B12404 Harley Davidson Orange

📋 copy color: '#B12404'

red 177 ◦ green 36 ◦ blue 4

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

Shades of Harley Davidson Orange #B12404

Tints of Harley Davidson Orange #B12404

RGB

 RED value IS 177 (69.53% from 255) = 81.57%

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

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

R = 81.57%
G = 16.59%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B12404 (or 0xB12404) is known color: Harley Davidson Orange. HEX triplet: B1, 24 and 04. RGB value is (177,36,4). Sum of RGB (Red+Green+Blue) = 177+36+4=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B12404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12404 is #4EDBFB. Grayscale: #4A4A4A. Windows color (decimal): -5168124 or 271537. OLE color: 271537.

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

Color convert

RGB 177 36 4 -
CMYK 0 0.80 0.98 0.31
HSL 11.1º 0.96% 0.35% -
HSV(B) 11.1º 0.98% 0.69% -
XYZ 18.78 10.62 1.17 -
YUV 74.51 88.21 201.1 -
System Red Green Blue C M Y K H S L
Decimal 177 36 4 0 0.80 0.98 0.31 11.1 0.96 0.35
Hex B1 24 4 0 50 62 1F B 60 23
Octal 261 44 4 0 120 142 37 13 140 43
Binary 10110001 100100 100 0 1010000 1100010 11111 1011 1100000 100011

Color Harmonies of #B12404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12404

Black with #B12404

Text Example


Text Example

White with #B12404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12404; }

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

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

background-color css

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

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

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

border-color css

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

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

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