#8c1020

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

Shades of Carmine #8C1020

Tints of Carmine #8C1020

Color information

#8C1020 (or 0x8C1020) is unknown color: approx Carmine. HEX triplet: 8C, 10 and 20. RGB value is (140,16,32). Sum of RGB (Red+Green+Blue) = 140+16+32=188 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.47% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1020 is #73EFDF. Grayscale: #363636. Windows color (decimal): -7598048 or 2101388. OLE color: 2101388.

HSL color Cylindrical-coordinate representation of color #8C1020: hue angle of 352.26º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1020 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1401632-
CMYK00.890.770.45
HSL352.26º79.49%30.59%-
HSV(B)352.26º88.57%54.9%-
XYZ11.266.051.94-
YUV54.9115.08188.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 74.47%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=74.47%
G=8.51%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140163200.890.770.45352.2679.4930.59
Hex8C10200594D2D1604f1f
Octal214204001311155554011737
Binary1000110010000100000010110011001101101101101100000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c1020; }

 p { color: rgb(140,16,32); }

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

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

 a { background-color: rgb(140,16,32); }

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

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

 span { border-color: rgb(140,16,32); }

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