Html Css Color HEX #B42308 Harley Davidson Orange

📋 copy color: '#B42308'

red 180 ◦ green 35 ◦ blue 8

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

Shades of Harley Davidson Orange #B42308

Tints of Harley Davidson Orange #B42308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 8 (3.52% from 255) = 3.59%

R = 80.72%
G = 15.7%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B42308 (or 0xB42308) is known color: Harley Davidson Orange. HEX triplet: B4, 23 and 08. RGB value is (180,35,8). Sum of RGB (Red+Green+Blue) = 180+35+8=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B42308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42308 is #4BDCF7. Grayscale: #4B4B4B. Windows color (decimal): -4971768 or 533428. OLE color: 533428.

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

Color convert

RGB 180 35 8 -
CMYK 0 0.81 0.96 0.29
HSL 9.42º 0.91% 0.37% -
HSV(B) 9.42º 0.96% 0.71% -
XYZ 19.47 10.92 1.31 -
YUV 75.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 180 35 8 0 0.81 0.96 0.29 9.42 0.91 0.37
Hex B4 23 8 0 51 60 1D 9 5B 25
Octal 264 43 10 0 121 140 35 11 133 45
Binary 10110100 100011 1000 0 1010001 1100000 11101 1001 1011011 100101

Color Harmonies of #B42308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42308

Black with #B42308

Text Example


Text Example

White with #B42308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42308; }

 p { color: rgb(180,35,8); }

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

background-color css

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

 a { background-color: rgb(180,35,8); }

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

border-color css

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

 span { border-color: rgb(180,35,8); }

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