#B42809

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

Shades of Harley Davidson Orange #B42809

Tints of Harley Davidson Orange #B42809

Color information

#B42809 (or 0xB42809) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 28 and 09. RGB value is (180,40,9). Sum of RGB (Red+Green+Blue) = 180+40+9=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B42809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42809 is #4BD7F6. Grayscale: #4E4E4E. Windows color (decimal): -4970487 or 600244. OLE color: 600244.

HSL color Cylindrical-coordinate representation of color #B42809: hue angle of 10.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B42809 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB180409-
CMYK00.780.950.29
HSL10.88º90.48%37.06%-
HSV(B)10.88º95%70.59%-
XYZ19.6311.241.39-
YUV78.3388.88200.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 78.60%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 9 (3.91% from 255) = 3.93%
R=78.60%
G=17.47%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18040900.780.950.2910.8890.4837.06
HexB428904E5F1Db5a25
Octal26450110116137351313245
Binary1011010010100010010100111010111111110110111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42809; }

 p { color: rgb(180,40,9); }

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

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

 a { background-color: rgb(180,40,9); }

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

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

 span { border-color: rgb(180,40,9); }

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