Html Css Color HEX #B32001 Harley Davidson Orange

📋 copy color: '#B32001'

red 179 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #B32001

Tints of Harley Davidson Orange #B32001

RGB

 RED value IS 179 (70.31% from 255) = 84.43%

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 84.43%
G = 15.09%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32001 (or 0xB32001) is known color: Harley Davidson Orange. HEX triplet: B3, 20 and 01. RGB value is (179,32,1). Sum of RGB (Red+Green+Blue) = 179+32+1=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B32001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32001 is #4CDFFE. Grayscale: #484848. Windows color (decimal): -5038079 or 73907. OLE color: 73907.

HSL color Cylindrical-coordinate representation of color #B32001: hue angle of 10.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32001 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 1 -
CMYK 0 0.82 0.99 0.30
HSL 10.45º 0.99% 0.35% -
HSV(B) 10.45º 0.99% 0.7% -
XYZ 19.11 10.62 1.07 -
YUV 72.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 179 32 1 0 0.82 0.99 0.30 10.45 0.99 0.35
Hex B3 20 1 0 52 63 1E A 63 23
Octal 263 40 1 0 122 143 36 12 143 43
Binary 10110011 100000 1 0 1010010 1100011 11110 1010 1100011 100011

Color Harmonies of #B32001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32001

Black with #B32001

Text Example


Text Example

White with #B32001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32001; }

 p { color: rgb(179,32,1); }

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

background-color css

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

 a { background-color: rgb(179,32,1); }

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

border-color css

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

 span { border-color: rgb(179,32,1); }

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