#920224

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

Shades of Carmine #920224

Tints of Carmine #920224

Color information

#920224 (or 0x920224) is unknown color: approx Carmine. HEX triplet: 92, 02 and 24. RGB value is (146,2,36). Sum of RGB (Red+Green+Blue) = 146+2+36=184 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.35% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 146 - color contains mainly: red. Hex color #920224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920224 is #6DFDDB. Grayscale: #303030. Windows color (decimal): -7208412 or 2359954. OLE color: 2359954.

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

Color convert

RGB146236-
CMYK00.990.750.43
HSL345.83º97.3%29.02%-
HSV(B)345.83º98.63%57.25%-
XYZ12.196.282.24-
YUV48.93120.71197.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.35%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=79.35%
G=1.09%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14623600.990.750.43345.8397.329.02
Hex922240634B2B15a611d
Octal22224401431135353214135
Binary1001001010100100011000111001011101011101011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920224; }

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

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

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

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

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

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

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

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