Html Css Color HEX #880616 Carmine

📋 copy color: '#880616'

red 136 ◦ green 6 ◦ blue 22

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

Shades of Carmine #880616

Tints of Carmine #880616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

 BLUE value IS 22 (8.98% from 255) = 13.41%

R = 82.93%
G = 3.66%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#880616 (or 0x880616) is known color: Carmine. HEX triplet: 88, 06 and 16. RGB value is (136,6,22). Sum of RGB (Red+Green+Blue) = 136+6+22=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880616 is #77F9E9. Grayscale: #2E2E2E. Windows color (decimal): -7862762 or 1443464. OLE color: 1443464.

HSL color Cylindrical-coordinate representation of color #880616: hue angle of 352.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880616 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 22 -
CMYK 0 0.96 0.84 0.47
HSL 352.62º 0.92% 0.28% -
HSV(B) 352.62º 0.96% 0.53% -
XYZ 10.36 5.42 1.26 -
YUV 46.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 136 6 22 0 0.96 0.84 0.47 352.62 0.92 0.28
Hex 88 6 16 0 60 54 2F 161 5C 1C
Octal 210 6 26 0 140 124 57 541 134 34
Binary 10001000 110 10110 0 1100000 1010100 101111 101100001 1011100 11100

Color Harmonies of #880616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880616

Black with #880616

Text Example


Text Example

White with #880616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880616; }

 p { color: rgb(136,6,22); }

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

background-color css

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

 a { background-color: rgb(136,6,22); }

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

border-color css

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

 span { border-color: rgb(136,6,22); }

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