#B22A0D

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

Shades of Harley Davidson Orange #B22A0D

Tints of Harley Davidson Orange #B22A0D

Color information

#B22A0D (or 0xB22A0D) is unknown color: approx Harley Davidson Orange. HEX triplet: B2, 2A and 0D. RGB value is (178,42,13). Sum of RGB (Red+Green+Blue) = 178+42+13=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A0D is #4DD5F2. Grayscale: #4F4F4F. Windows color (decimal): -5101043 or 862898. OLE color: 862898.

HSL color Cylindrical-coordinate representation of color #B22A0D: hue angle of 10.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B22A0D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1784213-
CMYK00.760.930.30
HSL10.55º86.39%37.45%-
HSV(B)10.55º92.7%69.8%-
XYZ19.2611.151.52-
YUV79.3690.56198.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.39%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=76.39%
G=18.03%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178421300.760.930.3010.5586.3937.45
HexB22AD04C5D1Eb5625
Octal26252150114135361312645
Binary1011001010101011010100110010111011111010111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A0D; }

 p { color: rgb(178,42,13); }

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

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

 a { background-color: rgb(178,42,13); }

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

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

 span { border-color: rgb(178,42,13); }

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