#920428

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

Shades of Carmine #920428

Tints of Carmine #920428

Color information

#920428 (or 0x920428) is unknown color: approx Carmine. HEX triplet: 92, 04 and 28. RGB value is (146,4,40). Sum of RGB (Red+Green+Blue) = 146+4+40=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #920428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920428 is #6DFBD7. Grayscale: #323232. Windows color (decimal): -7207896 or 2622610. OLE color: 2622610.

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

Color convert

RGB146440-
CMYK00.970.730.43
HSL344.79º94.67%29.41%-
HSV(B)344.79º97.26%57.25%-
XYZ12.286.352.59-
YUV50.56122.04196.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.84%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=76.84%
G=2.11%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14644000.970.730.43344.7994.6729.41
Hex92428061492B1595f1d
Octal22245001411115353113735
Binary10010010100101000011000011001001101011101011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920428; }

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

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

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

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

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

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

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

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