Html Css Color HEX #B42F16 Harley Davidson Orange

📋 copy color: '#B42F16'

red 180 ◦ green 47 ◦ blue 22

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

Shades of Harley Davidson Orange #B42F16

Tints of Harley Davidson Orange #B42F16

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.88%

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 72.29%
G = 18.88%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B42F16 (or 0xB42F16) is known color: Harley Davidson Orange. HEX triplet: B4, 2F and 16. RGB value is (180,47,22). Sum of RGB (Red+Green+Blue) = 180+47+22=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42F16 is #4BD0E9. Grayscale: #545454. Windows color (decimal): -4968682 or 1454004. OLE color: 1454004.

HSL color Cylindrical-coordinate representation of color #B42F16: hue angle of 9.49º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B42F16 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 47 22 -
CMYK 0 0.74 0.88 0.29
HSL 9.49º 0.78% 0.4% -
HSV(B) 9.49º 0.88% 0.71% -
XYZ 19.98 11.79 1.98 -
YUV 83.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 180 47 22 0 0.74 0.88 0.29 9.49 0.78 0.4
Hex B4 2F 16 0 4A 58 1D 9 4E 28
Octal 264 57 26 0 112 130 35 11 116 50
Binary 10110100 101111 10110 0 1001010 1011000 11101 1001 1001110 101000

Color Harmonies of #B42F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F16

Black with #B42F16

Text Example


Text Example

White with #B42F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F16; }

 p { color: rgb(180,47,22); }

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

background-color css

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

 a { background-color: rgb(180,47,22); }

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

border-color css

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

 span { border-color: rgb(180,47,22); }

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