#B12000

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

Shades of Harley Davidson Orange #B12000

Tints of Harley Davidson Orange #B12000

Color information

#B12000 (or 0xB12000) is unknown color: approx Harley Davidson Orange. HEX triplet: B1, 20 and 00. RGB value is (177,32,0). Sum of RGB (Red+Green+Blue) = 177+32+0=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B12000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12000 is #4EDFFF. Grayscale: #474747. Windows color (decimal): -5169152 or 8369. OLE color: 8369.

HSL color Cylindrical-coordinate representation of color #B12000: hue angle of 10.85º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B12000 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB177320-
CMYK00.8210.31
HSL10.85º100%34.71%-
HSV(B)10.85º100%69.41%-
XYZ18.6510.381.02-
YUV71.7187.54203.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 84.69%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.69%
G=15.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17732000.8210.3110.8510034.71
HexB1200052641Fb6423
Octal2614000122144371314443
Binary1011000110000000101001011001001111110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12000; }

 p { color: rgb(177,32,0); }

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

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

 a { background-color: rgb(177,32,0); }

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

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

 span { border-color: rgb(177,32,0); }

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