Html Css Color HEX #880B0A Dark Red

📋 copy color: '#880B0A'

red 136 ◦ green 11 ◦ blue 10

#880B0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #880B0A

Tints of Dark Red #880B0A

RGB

 RED value IS 136 (53.52% from 255) = 86.62%

 GREEN value IS 11 (4.69% from 255) = 7.01%

 BLUE value IS 10 (4.3% from 255) = 6.37%

R = 86.62%
G = 7.01%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#880B0A (or 0x880B0A) is known color: Dark Red. HEX triplet: 88, 0B and 0A. RGB value is (136,11,10). Sum of RGB (Red+Green+Blue) = 136+11+10=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880B0A is #77F4F5. Grayscale: #303030. Windows color (decimal): -7861494 or 658312. OLE color: 658312.

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

Color convert

RGB 136 11 10 -
CMYK 0 0.92 0.93 0.47
HSL 0.48º 0.86% 0.29% -
HSV(B) 0.48º 0.93% 0.53% -
XYZ 10.33 5.5 0.8 -
YUV 48.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 136 11 10 0 0.92 0.93 0.47 0.48 0.86 0.29
Hex 88 B A 0 5C 5D 2F 0 56 1D
Octal 210 13 12 0 134 135 57 0 126 35
Binary 10001000 1011 1010 0 1011100 1011101 101111 0 1010110 11101

Color Harmonies of #880B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B0A

Black with #880B0A

Text Example


Text Example

White with #880B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #880B0A;
 }
 .AnyTagClassName
 {
   color: #880B0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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