#920222

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

Shades of Carmine #920222

Tints of Carmine #920222

Color information

#920222 (or 0x920222) is unknown color: approx Carmine. HEX triplet: 92, 02 and 22. RGB value is (146,2,34). Sum of RGB (Red+Green+Blue) = 146+2+34=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #920222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920222 is #6DFDDD. Grayscale: #303030. Windows color (decimal): -7208414 or 2228882. OLE color: 2228882.

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

Color convert

RGB146234-
CMYK00.990.770.43
HSL346.67º97.3%29.02%-
HSV(B)346.67º98.63%57.25%-
XYZ12.166.272.08-
YUV48.7119.71197.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 80.22%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 34 (13.67% from 255) = 18.68%
R=80.22%
G=1.10%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14623400.990.770.43346.6797.329.02
Hex922220634D2B15b611d
Octal22224201431155353314135
Binary1001001010100010011000111001101101011101011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920222; }

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

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

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

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

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

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

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

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