#920012

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

Shades of Carmine #920012

Tints of Carmine #920012

Color information

#920012 (or 0x920012) is unknown color: approx Carmine. HEX triplet: 92, 00 and 12. RGB value is (146,0,18). Sum of RGB (Red+Green+Blue) = 146+0+18=164 (21% of max value = 765). Red value is 146 (57.42% from 255 or 89.02% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 146 - color contains mainly: red. Hex color #920012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920012 is #6DFFED. Grayscale: #2D2D2D. Windows color (decimal): -7208942 or 1179794. OLE color: 1179794.

HSL color Cylindrical-coordinate representation of color #920012: hue angle of 352.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920012 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB146018-
CMYK010.880.43
HSL352.6º100%28.63%-
HSV(B)352.6º100%57.25%-
XYZ11.966.151.13-
YUV45.71112.37199.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 89.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=89.02%
G=0%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146018010.880.43352.610028.63
Hex92012064582B161641d
Octal22202201441305354114435
Binary10010010010010011001001011000101011101100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920012; }

 p { color: rgb(146,0,18); }

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

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

 a { background-color: rgb(146,0,18); }

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

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

 span { border-color: rgb(146,0,18); }

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