Html Css Color HEX #880C04 Dark Red

📋 copy color: '#880C04'

red 136 ◦ green 12 ◦ blue 4

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

Shades of Dark Red #880C04

Tints of Dark Red #880C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 89.47%
G = 7.89%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#880C04 (or 0x880C04) is known color: Dark Red. HEX triplet: 88, 0C and 04. RGB value is (136,12,4). Sum of RGB (Red+Green+Blue) = 136+12+4=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #880C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C04 is #77F3FB. Grayscale: #303030. Windows color (decimal): -7861244 or 265352. OLE color: 265352.

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

Color convert

RGB 136 12 4 -
CMYK 0 0.91 0.97 0.47
HSL 3.64º 0.94% 0.27% -
HSV(B) 3.64º 0.97% 0.53% -
XYZ 10.31 5.51 0.63 -
YUV 48.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 136 12 4 0 0.91 0.97 0.47 3.64 0.94 0.27
Hex 88 C 4 0 5B 61 2F 4 5E 1B
Octal 210 14 4 0 133 141 57 4 136 33
Binary 10001000 1100 100 0 1011011 1100001 101111 100 1011110 11011

Color Harmonies of #880C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C04

Black with #880C04

Text Example


Text Example

White with #880C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,12,4); }

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

background-color css

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

 a { background-color: rgb(136,12,4); }

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

border-color css

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

 span { border-color: rgb(136,12,4); }

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