#920422

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

Shades of Carmine #920422

Tints of Carmine #920422

Color information

#920422 (or 0x920422) is unknown color: approx Carmine. HEX triplet: 92, 04 and 22. RGB value is (146,4,34). Sum of RGB (Red+Green+Blue) = 146+4+34=184 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.35% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 146 - color contains mainly: red. Hex color #920422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920422 is #6DFBDD. Grayscale: #313131. Windows color (decimal): -7207902 or 2229394. OLE color: 2229394.

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

Color convert

RGB146434-
CMYK00.970.770.43
HSL347.32º94.67%29.41%-
HSV(B)347.32º97.26%57.25%-
XYZ12.196.312.09-
YUV49.88119.04196.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.35%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=79.35%
G=2.17%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14643400.970.770.43347.3294.6729.41
Hex924220614D2B15b5f1d
Octal22244201411155353313735
Binary10010010100100010011000011001101101011101011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920422; }

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

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

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

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

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

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

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

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