#921221

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

Shades of Carmine #921221

Tints of Carmine #921221

Color information

#921221 (or 0x921221) is unknown color: approx Carmine. HEX triplet: 92, 12 and 21. RGB value is (146,18,33). Sum of RGB (Red+Green+Blue) = 146+18+33=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #921221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921221 is #6DEDDE. Grayscale: #3A3A3A. Windows color (decimal): -7204319 or 2167442. OLE color: 2167442.

HSL color Cylindrical-coordinate representation of color #921221: hue angle of 352.97º 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 #921221 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1461833-
CMYK00.880.770.43
HSL352.97º78.05%32.16%-
HSV(B)352.97º87.67%57.25%-
XYZ12.346.652.07-
YUV57.98113.91190.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.11%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=74.11%
G=9.14%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146183300.880.770.43352.9778.0532.16
Hex9212210584D2B1614e20
Octal222224101301155354111640
Binary10010010100101000010101100010011011010111011000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921221; }

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

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

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

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

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

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

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

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