#920228

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

Shades of Carmine #920228

Tints of Carmine #920228

Color information

#920228 (or 0x920228) is unknown color: approx Carmine. HEX triplet: 92, 02 and 28. RGB value is (146,2,40). Sum of RGB (Red+Green+Blue) = 146+2+40=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #920228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920228 is #6DFDD7. Grayscale: #313131. Windows color (decimal): -7208408 or 2622098. OLE color: 2622098.

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

Color convert

RGB146240-
CMYK00.990.730.43
HSL344.17º97.3%29.02%-
HSV(B)344.17º98.63%57.25%-
XYZ12.266.312.58-
YUV49.39122.71196.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 77.66%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=77.66%
G=1.06%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14624000.990.730.43344.1797.329.02
Hex92228063492B158611d
Octal22225001431115353014135
Binary1001001010101000011000111001001101011101011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920228; }

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

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

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

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

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

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

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

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