#B42202

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

Shades of Harley Davidson Orange #B42202

Tints of Harley Davidson Orange #B42202

Color information

#B42202 (or 0xB42202) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 22 and 02. RGB value is (180,34,2). Sum of RGB (Red+Green+Blue) = 180+34+2=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B42202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42202 is #4BDDFD. Grayscale: #4A4A4A. Windows color (decimal): -4972030 or 139956. OLE color: 139956.

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

Color convert

RGB180342-
CMYK00.810.990.29
HSL10.79º97.8%35.69%-
HSV(B)10.79º98.89%70.59%-
XYZ19.4110.851.13-
YUV74.0187.37203.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.33%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=83.33%
G=15.74%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18034200.810.990.2910.7997.835.69
HexB4222051631Db6224
Octal2644220121143351314244
Binary10110100100010100101000111000111110110111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42202; }

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

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

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

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

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

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

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

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