#880418

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

Shades of Carmine #880418

Tints of Carmine #880418

Color information

#880418 (or 0x880418) is unknown color: approx Carmine. HEX triplet: 88, 04 and 18. RGB value is (136,4,24). Sum of RGB (Red+Green+Blue) = 136+4+24=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880418 is #77FBE7. Grayscale: #2D2D2D. Windows color (decimal): -7863272 or 1574024. OLE color: 1574024.

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

Color convert

RGB136424-
CMYK00.970.820.47
HSL350.91º94.29%27.45%-
HSV(B)350.91º97.06%53.33%-
XYZ10.365.391.36-
YUV45.75115.73192.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 82.93%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=82.93%
G=2.44%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13642400.970.820.47350.9194.2927.45
Hex88418061522F15f5e1b
Octal21043001411225753713633
Binary1000100010011000011000011010010101111101011111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880418; }

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

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

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

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

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

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

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

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