#B42102

Color #B42102 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #B42102

Tints of Harley Davidson Orange #B42102

Color information

#B42102 (or 0xB42102) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 21 and 02. RGB value is (180,33,2). Sum of RGB (Red+Green+Blue) = 180+33+2=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B42102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42102 is #4BDEFD. Grayscale: #494949. Windows color (decimal): -4972286 or 139700. OLE color: 139700.

HSL color Cylindrical-coordinate representation of color #B42102: hue angle of 10.45º degrees, saturation: 0.98, 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 #B42102 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB180332-
CMYK00.820.990.29
HSL10.45º97.8%35.69%-
HSV(B)10.45º98.89%70.59%-
XYZ19.3810.81.12-
YUV73.4287.7204.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.72%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=83.72%
G=15.35%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18033200.820.990.2910.4597.835.69
HexB4212052631Da6224
Octal2644120122143351214244
Binary10110100100001100101001011000111110110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42102; }

 p { color: rgb(180,33,2); }

 H1.HeaderClassName
 {
   color: #B42102;
 }
 .AnyTagClassName
 {
   color: #B42102;
 }
</style>
background-color css

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

 a { background-color: rgb(180,33,2); }

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

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

 span { border-color: rgb(180,33,2); }

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