#B4290D

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

Shades of Harley Davidson Orange #B4290D

Tints of Harley Davidson Orange #B4290D

Color information

#B4290D (or 0xB4290D) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 29 and 0D. RGB value is (180,41,13). Sum of RGB (Red+Green+Blue) = 180+41+13=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B4290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4290D is #4BD6F2. Grayscale: #4F4F4F. Windows color (decimal): -4970227 or 862644. OLE color: 862644.

HSL color Cylindrical-coordinate representation of color #B4290D: hue angle of 10.06º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4290D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1804113-
CMYK00.770.930.29
HSL10.06º86.53%37.84%-
HSV(B)10.06º92.78%70.59%-
XYZ19.6911.321.53-
YUV79.3790.55199.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=76.92%
G=17.52%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180411300.770.930.2910.0686.5337.84
HexB429D04D5D1Da5726
Octal26451150115135351212746
Binary1011010010100111010100110110111011110110101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4290D; }

 p { color: rgb(180,41,13); }

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

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

 a { background-color: rgb(180,41,13); }

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

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

 span { border-color: rgb(180,41,13); }

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