Html Css Color HEX #880016 Carmine

📋 copy color: '#880016'

red 136 ◦ green 0 ◦ blue 22

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

Shades of Carmine #880016

Tints of Carmine #880016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.08%
G = 0%
B = 13.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#880016 (or 0x880016) is known color: Carmine. HEX triplet: 88, 00 and 16. RGB value is (136,0,22). Sum of RGB (Red+Green+Blue) = 136+0+22=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #880016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880016 is #77FFE9. Grayscale: #2B2B2B. Windows color (decimal): -7864298 or 1441928. OLE color: 1441928.

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

Color convert

RGB 136 0 22 -
CMYK 0 1 0.84 0.47
HSL 350.29º 1% 0.27% -
HSV(B) 350.29º 1% 0.53% -
XYZ 10.3 5.29 1.24 -
YUV 43.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 136 0 22 0 1 0.84 0.47 350.29 1 0.27
Hex 88 0 16 0 64 54 2F 15E 64 1B
Octal 210 0 26 0 144 124 57 536 144 33
Binary 10001000 0 10110 0 1100100 1010100 101111 101011110 1100100 11011

Color Harmonies of #880016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880016

Black with #880016

Text Example


Text Example

White with #880016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880016; }

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

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

background-color css

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

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

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

border-color css

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

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

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