#920218

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

Shades of Carmine #920218

Tints of Carmine #920218

Color information

#920218 (or 0x920218) is unknown color: approx Carmine. HEX triplet: 92, 02 and 18. RGB value is (146,2,24). Sum of RGB (Red+Green+Blue) = 146+2+24=172 (22% of max value = 765). Red value is 146 (57.42% from 255 or 84.88% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 146 - color contains mainly: red. Hex color #920218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920218 is #6DFDE7. Grayscale: #2F2F2F. Windows color (decimal): -7208424 or 1573522. OLE color: 1573522.

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

Color convert

RGB146224-
CMYK00.990.840.43
HSL350.83º97.3%29.02%-
HSV(B)350.83º98.63%57.25%-
XYZ12.046.221.43-
YUV47.56114.71198.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 84.88%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=84.88%
G=1.16%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14622400.990.840.43350.8397.329.02
Hex92218063542B15f611d
Octal22223001431245353714135
Binary100100101011000011000111010100101011101011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920218; }

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

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

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

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

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

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

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

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