#920426

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

Shades of Carmine #920426

Tints of Carmine #920426

Color information

#920426 (or 0x920426) is unknown color: approx Carmine. HEX triplet: 92, 04 and 26. RGB value is (146,4,38). Sum of RGB (Red+Green+Blue) = 146+4+38=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #920426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920426 is #6DFBD9. Grayscale: #323232. Windows color (decimal): -7207898 or 2491538. OLE color: 2491538.

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

Color convert

RGB146438-
CMYK00.970.740.43
HSL345.63º94.67%29.41%-
HSV(B)345.63º97.26%57.25%-
XYZ12.256.342.41-
YUV50.33121.04196.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 77.66%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=77.66%
G=2.13%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14643800.970.740.43345.6394.6729.41
Hex924260614A2B15a5f1d
Octal22244601411125353213735
Binary10010010100100110011000011001010101011101011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920426; }

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

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

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

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

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

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

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

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