#920223

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

Shades of Carmine #920223

Tints of Carmine #920223

Color information

#920223 (or 0x920223) is unknown color: approx Carmine. HEX triplet: 92, 02 and 23. RGB value is (146,2,35). Sum of RGB (Red+Green+Blue) = 146+2+35=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #920223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920223 is #6DFDDC. Grayscale: #303030. Windows color (decimal): -7208413 or 2294418. OLE color: 2294418.

HSL color Cylindrical-coordinate representation of color #920223: hue angle of 346.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920223 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB146235-
CMYK00.990.760.43
HSL346.25º97.3%29.02%-
HSV(B)346.25º98.63%57.25%-
XYZ12.186.282.16-
YUV48.82120.21197.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.78%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=79.78%
G=1.09%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14623500.990.760.43346.2597.329.02
Hex922230634C2B15a611d
Octal22224301431145353214135
Binary1001001010100011011000111001100101011101011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920223; }

 p { color: rgb(146,2,35); }

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

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

 a { background-color: rgb(146,2,35); }

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

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

 span { border-color: rgb(146,2,35); }

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