#880B02

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

Shades of Dark Red #880B02

Tints of Dark Red #880B02

Color information

#880B02 (or 0x880B02) is unknown color: approx Dark Red. HEX triplet: 88, 0B and 02. RGB value is (136,11,2). Sum of RGB (Red+Green+Blue) = 136+11+2=149 (19% of max value = 765). Red value is 136 (53.52% from 255 or 91.28% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 136 - color contains mainly: red. Hex color #880B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880B02 is #77F4FD. Grayscale: #2F2F2F. Windows color (decimal): -7861502 or 134024. OLE color: 134024.

HSL color Cylindrical-coordinate representation of color #880B02: hue angle of 4.03º 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 #880B02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136112-
CMYK00.920.990.47
HSL4.03º97.1%27.06%-
HSV(B)4.03º98.53%53.33%-
XYZ10.285.480.57-
YUV47.35102.41191.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 91.28%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=91.28%
G=7.38%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611200.920.990.474.0397.127.06
Hex88B205C632F4611b
Octal210132013414357414133
Binary10001000101110010111001100011101111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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