Html Css Color HEX #880416 Carmine

📋 copy color: '#880416'

red 136 ◦ green 4 ◦ blue 22

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

Shades of Carmine #880416

Tints of Carmine #880416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 83.95%
G = 2.47%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#880416 (or 0x880416) is known color: Carmine. HEX triplet: 88, 04 and 16. RGB value is (136,4,22). Sum of RGB (Red+Green+Blue) = 136+4+22=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #880416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880416 is #77FBE9. Grayscale: #2D2D2D. Windows color (decimal): -7863274 or 1442952. OLE color: 1442952.

HSL color Cylindrical-coordinate representation of color #880416: hue angle of 351.82º 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 #880416 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 22 -
CMYK 0 0.97 0.84 0.47
HSL 351.82º 0.94% 0.27% -
HSV(B) 351.82º 0.97% 0.53% -
XYZ 10.34 5.38 1.25 -
YUV 45.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 136 4 22 0 0.97 0.84 0.47 351.82 0.94 0.27
Hex 88 4 16 0 61 54 2F 160 5E 1B
Octal 210 4 26 0 141 124 57 540 136 33
Binary 10001000 100 10110 0 1100001 1010100 101111 101100000 1011110 11011

Color Harmonies of #880416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880416

Black with #880416

Text Example


Text Example

White with #880416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880416; }

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

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

background-color css

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

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

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

border-color css

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

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

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