#92101B

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

Shades of Carmine #92101B

Tints of Carmine #92101B

Color information

#92101B (or 0x92101B) is unknown color: approx Carmine. HEX triplet: 92, 10 and 1B. RGB value is (146,16,27). Sum of RGB (Red+Green+Blue) = 146+16+27=189 (25% of max value = 765). Red value is 146 (57.42% from 255 or 77.25% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 146 - color contains mainly: red. Hex color #92101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92101B is #6DEFE4. Grayscale: #383838. Windows color (decimal): -7204837 or 1773714. OLE color: 1773714.

HSL color Cylindrical-coordinate representation of color #92101B: hue angle of 354.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #92101B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1461627-
CMYK00.890.820.43
HSL354.92º80.25%31.76%-
HSV(B)354.92º89.04%57.25%-
XYZ12.246.561.66-
YUV56.12111.57192.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 77.25%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=77.25%
G=8.47%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146162700.890.820.43354.9280.2531.76
Hex92101B059522B1635020
Octal222203301311225354312040
Binary1001001010000110110101100110100101010111011000111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92101B; }

 p { color: rgb(146,16,27); }

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

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

 a { background-color: rgb(146,16,27); }

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

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

 span { border-color: rgb(146,16,27); }

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