#8D0C22

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

Shades of Carmine #8D0C22

Tints of Carmine #8D0C22

Color information

#8D0C22 (or 0x8D0C22) is unknown color: approx Carmine. HEX triplet: 8D, 0C and 22. RGB value is (141,12,34). Sum of RGB (Red+Green+Blue) = 141+12+34=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0C22 is #72F3DD. Grayscale: #353535. Windows color (decimal): -7533534 or 2231437. OLE color: 2231437.

HSL color Cylindrical-coordinate representation of color #8D0C22: hue angle of 349.77º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0C22 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1411234-
CMYK00.910.760.45
HSL349.77º84.31%30%-
HSV(B)349.77º91.49%55.29%-
XYZ11.46.042.08-
YUV53.08117.24190.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 75.40%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=75.40%
G=6.42%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141123400.910.760.45349.7784.3130
Hex8DC2205B4C2D15e541e
Octal215144201331145553612436
Binary100011011100100010010110111001100101101101011110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,12,34); }

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

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

 a { background-color: rgb(141,12,34); }

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

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

 span { border-color: rgb(141,12,34); }

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