#920219

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

Shades of Carmine #920219

Tints of Carmine #920219

Color information

#920219 (or 0x920219) is unknown color: approx Carmine. HEX triplet: 92, 02 and 19. RGB value is (146,2,25). Sum of RGB (Red+Green+Blue) = 146+2+25=173 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.39% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 146 - color contains mainly: red. Hex color #920219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920219 is #6DFDE6. Grayscale: #2F2F2F. Windows color (decimal): -7208423 or 1639058. OLE color: 1639058.

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

Color convert

RGB146225-
CMYK00.990.830.43
HSL350.42º97.3%29.02%-
HSV(B)350.42º98.63%57.25%-
XYZ12.056.221.49-
YUV47.68115.21198.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 84.39%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=84.39%
G=1.16%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14622500.990.830.43350.4297.329.02
Hex92219063532B15e611d
Octal22223101431235353614135
Binary100100101011001011000111010011101011101011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920219; }

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

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

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

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

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

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

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

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