Html Css Color HEX #B42B11 Harley Davidson Orange

📋 copy color: '#B42B11'

red 180 ◦ green 43 ◦ blue 17

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

Shades of Harley Davidson Orange #B42B11

Tints of Harley Davidson Orange #B42B11

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.92%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 75%
G = 17.92%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B42B11 (or 0xB42B11) is known color: Harley Davidson Orange. HEX triplet: B4, 2B and 11. RGB value is (180,43,17). Sum of RGB (Red+Green+Blue) = 180+43+17=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42B11 is #4BD4EE. Grayscale: #515151. Windows color (decimal): -4969711 or 1125300. OLE color: 1125300.

HSL color Cylindrical-coordinate representation of color #B42B11: hue angle of 9.57º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B42B11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 43 17 -
CMYK 0 0.76 0.91 0.29
HSL 9.57º 0.83% 0.39% -
HSV(B) 9.57º 0.91% 0.71% -
XYZ 19.79 11.47 1.7 -
YUV 81 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 180 43 17 0 0.76 0.91 0.29 9.57 0.83 0.39
Hex B4 2B 11 0 4C 5B 1D A 53 27
Octal 264 53 21 0 114 133 35 12 123 47
Binary 10110100 101011 10001 0 1001100 1011011 11101 1010 1010011 100111

Color Harmonies of #B42B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B11

Black with #B42B11

Text Example


Text Example

White with #B42B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B11; }

 p { color: rgb(180,43,17); }

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

background-color css

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

 a { background-color: rgb(180,43,17); }

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

border-color css

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

 span { border-color: rgb(180,43,17); }

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