Html Css Color HEX #B62001 Harley Davidson Orange

📋 copy color: '#B62001'

red 182 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #B62001

Tints of Harley Davidson Orange #B62001

RGB

 RED value IS 182 (71.48% from 255) = 84.65%

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

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

R = 84.65%
G = 14.88%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B62001 (or 0xB62001) is known color: Harley Davidson Orange. HEX triplet: B6, 20 and 01. RGB value is (182,32,1). Sum of RGB (Red+Green+Blue) = 182+32+1=215 (28% of max value = 765). Red value is 182 (71.48% from 255 or 84.65% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 182 - color contains mainly: red. Hex color #B62001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62001 is #49DFFE. Grayscale: #494949. Windows color (decimal): -4841471 or 73910. OLE color: 73910.

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

Color convert

RGB 182 32 1 -
CMYK 0 0.82 0.99 0.29
HSL 10.28º 0.99% 0.36% -
HSV(B) 10.28º 0.99% 0.71% -
XYZ 19.81 10.98 1.1 -
YUV 73.32 87.2 205.52 -
System Red Green Blue C M Y K H S L
Decimal 182 32 1 0 0.82 0.99 0.29 10.28 0.99 0.36
Hex B6 20 1 0 52 63 1D A 63 24
Octal 266 40 1 0 122 143 35 12 143 44
Binary 10110110 100000 1 0 1010010 1100011 11101 1010 1100011 100100

Color Harmonies of #B62001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62001

Black with #B62001

Text Example


Text Example

White with #B62001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62001; }

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

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

background-color css

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

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

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

border-color css

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

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

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