#880F18

Color #880F18 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #880F18

Tints of Carmine #880F18

Color information

#880F18 (or 0x880F18) is unknown color: approx Carmine. HEX triplet: 88, 0F and 18. RGB value is (136,15,24). Sum of RGB (Red+Green+Blue) = 136+15+24=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F18 is #77F0E7. Grayscale: #343434. Windows color (decimal): -7860456 or 1576840. OLE color: 1576840.

HSL color Cylindrical-coordinate representation of color #880F18: hue angle of 355.54º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F18 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1361524-
CMYK00.890.820.47
HSL355.54º80.13%29.61%-
HSV(B)355.54º88.97%53.33%-
XYZ10.495.641.4-
YUV52.2112.09187.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.71%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=77.71%
G=8.57%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136152400.890.820.47355.5480.1329.61
Hex88F18059522F164501e
Octal210173001311225754412036
Binary10001000111111000010110011010010101111101100100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,15,24); }

 H1.HeaderClassName
 {
   color: #880F18;
 }
 .AnyTagClassName
 {
   color: #880F18;
 }
</style>
background-color css

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

 a { background-color: rgb(136,15,24); }

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

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

 span { border-color: rgb(136,15,24); }

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