#B42302

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

Shades of Harley Davidson Orange #B42302

Tints of Harley Davidson Orange #B42302

Color information

#B42302 (or 0xB42302) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 23 and 02. RGB value is (180,35,2). Sum of RGB (Red+Green+Blue) = 180+35+2=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B42302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42302 is #4BDCFD. Grayscale: #4A4A4A. Windows color (decimal): -4971774 or 140212. OLE color: 140212.

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

Color convert

RGB180352-
CMYK00.810.990.29
HSL11.12º97.8%35.69%-
HSV(B)11.12º98.89%70.59%-
XYZ19.4310.911.14-
YUV74.5987.04203.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.95%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=82.95%
G=16.13%
B=0.92%

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
Decimal18035200.810.990.2911.1297.835.69
HexB4232051631Db6224
Octal2644320121143351314244
Binary10110100100011100101000111000111110110111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42302; }

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

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

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

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

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

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

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

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