#B42003

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

Shades of Harley Davidson Orange #B42003

Tints of Harley Davidson Orange #B42003

Color information

#B42003 (or 0xB42003) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 20 and 03. RGB value is (180,32,3). Sum of RGB (Red+Green+Blue) = 180+32+3=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B42003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42003 is #4BDFFC. Grayscale: #494949. Windows color (decimal): -4972541 or 204980. OLE color: 204980.

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

Color convert

RGB180323-
CMYK00.820.980.29
HSL9.83º96.72%35.88%-
HSV(B)9.83º98.33%70.59%-
XYZ19.3610.741.14-
YUV72.9588.53204.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.72%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=83.72%
G=14.88%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18032300.820.980.299.8396.7235.88
HexB4203052621Da6124
Octal2644030122142351214144
Binary10110100100000110101001011000101110110101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42003; }

 p { color: rgb(180,32,3); }

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

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

 a { background-color: rgb(180,32,3); }

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

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

 span { border-color: rgb(180,32,3); }

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