#920A14

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

Shades of Carmine #920A14

Tints of Carmine #920A14

Color information

#920A14 (or 0x920A14) is unknown color: approx Carmine. HEX triplet: 92, 0A and 14. RGB value is (146,10,20). Sum of RGB (Red+Green+Blue) = 146+10+20=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #920A14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920A14 is #6DF5EB. Grayscale: #333333. Windows color (decimal): -7206380 or 1313426. OLE color: 1313426.

HSL color Cylindrical-coordinate representation of color #920A14: hue angle of 355.59º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A14 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1461020-
CMYK00.930.860.43
HSL355.59º87.18%30.59%-
HSV(B)355.59º93.15%57.25%-
XYZ12.096.381.26-
YUV51.8110.06195.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.95%
GREEN value IS 10 (4.30% from 255) = 5.68%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=82.95%
G=5.68%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146102000.930.860.43355.5987.1830.59
Hex92A1405D562B164571f
Octal222122401351265354412737
Binary10010010101010100010111011010110101011101100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A14; }

 p { color: rgb(146,10,20); }

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

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

 a { background-color: rgb(146,10,20); }

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

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

 span { border-color: rgb(146,10,20); }

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