Html Css Color HEX #880916 Carmine

📋 copy color: '#880916'

red 136 ◦ green 9 ◦ blue 22

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

Shades of Carmine #880916

Tints of Carmine #880916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

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

R = 81.44%
G = 5.39%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#880916 (or 0x880916) is known color: Carmine. HEX triplet: 88, 09 and 16. RGB value is (136,9,22). Sum of RGB (Red+Green+Blue) = 136+9+22=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #880916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880916 is #77F6E9. Grayscale: #303030. Windows color (decimal): -7861994 or 1444232. OLE color: 1444232.

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

Color convert

RGB 136 9 22 -
CMYK 0 0.93 0.84 0.47
HSL 353.86º 0.88% 0.28% -
HSV(B) 353.86º 0.93% 0.53% -
XYZ 10.4 5.49 1.27 -
YUV 48.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 136 9 22 0 0.93 0.84 0.47 353.86 0.88 0.28
Hex 88 9 16 0 5D 54 2F 162 58 1C
Octal 210 11 26 0 135 124 57 542 130 34
Binary 10001000 1001 10110 0 1011101 1010100 101111 101100010 1011000 11100

Color Harmonies of #880916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880916

Black with #880916

Text Example


Text Example

White with #880916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880916; }

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

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

background-color css

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

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

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

border-color css

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

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

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