#880A02

Color #880A02 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #880A02

Tints of Dark Red #880A02

Color information

#880A02 (or 0x880A02) is unknown color: approx Dark Red. HEX triplet: 88, 0A and 02. RGB value is (136,10,2). Sum of RGB (Red+Green+Blue) = 136+10+2=148 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.89% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 136 - color contains mainly: red. Hex color #880A02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A02 is #77F5FD. Grayscale: #2E2E2E. Windows color (decimal): -7861758 or 133768. OLE color: 133768.

HSL color Cylindrical-coordinate representation of color #880A02: hue angle of 3.58º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880A02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136102-
CMYK00.930.990.47
HSL3.58º97.1%27.06%-
HSV(B)3.58º98.53%53.33%-
XYZ10.275.460.57-
YUV46.76102.74191.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 91.89%
GREEN value IS 10 (4.30% from 255) = 6.76%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=91.89%
G=6.76%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610200.930.990.473.5897.127.06
Hex88A205D632F4611b
Octal210122013514357414133
Binary10001000101010010111011100011101111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880A02; }

 p { color: rgb(136,10,2); }

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

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

 a { background-color: rgb(136,10,2); }

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

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

 span { border-color: rgb(136,10,2); }

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