#92161F

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

Shades of Carmine #92161F

Tints of Carmine #92161F

Color information

#92161F (or 0x92161F) is unknown color: approx Carmine. HEX triplet: 92, 16 and 1F. RGB value is (146,22,31). Sum of RGB (Red+Green+Blue) = 146+22+31=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #92161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92161F is #6DE9E0. Grayscale: #3C3C3C. Windows color (decimal): -7203297 or 2037394. OLE color: 2037394.

HSL color Cylindrical-coordinate representation of color #92161F: hue angle of 355.65º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92161F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1462231-
CMYK00.850.790.43
HSL355.65º73.81%32.94%-
HSV(B)355.65º84.93%57.25%-
XYZ12.396.781.95-
YUV60.1111.58189.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.37%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=73.37%
G=11.06%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146223100.850.790.43355.6573.8132.94
Hex92161F0554F2B1644a21
Octal222263701251175354411241
Binary1001001010110111110101010110011111010111011001001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92161F; }

 p { color: rgb(146,22,31); }

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

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

 a { background-color: rgb(146,22,31); }

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

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

 span { border-color: rgb(146,22,31); }

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