#921220

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

Shades of Carmine #921220

Tints of Carmine #921220

Color information

#921220 (or 0x921220) is unknown color: approx Carmine. HEX triplet: 92, 12 and 20. RGB value is (146,18,32). Sum of RGB (Red+Green+Blue) = 146+18+32=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #921220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921220 is #6DEDDF. Grayscale: #393939. Windows color (decimal): -7204320 or 2101906. OLE color: 2101906.

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

Color convert

RGB1461832-
CMYK00.880.780.43
HSL353.44º78.05%32.16%-
HSV(B)353.44º87.67%57.25%-
XYZ12.336.652-
YUV57.87113.41190.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.49%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=74.49%
G=9.18%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146183200.880.780.43353.4478.0532.16
Hex9212200584E2B1614e20
Octal222224001301165354111640
Binary10010010100101000000101100010011101010111011000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921220; }

 p { color: rgb(146,18,32); }

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

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

 a { background-color: rgb(146,18,32); }

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

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

 span { border-color: rgb(146,18,32); }

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