#920C1D

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

Shades of Carmine #920C1D

Tints of Carmine #920C1D

Color information

#920C1D (or 0x920C1D) is unknown color: approx Carmine. HEX triplet: 92, 0C and 1D. RGB value is (146,12,29). Sum of RGB (Red+Green+Blue) = 146+12+29=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #920C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920C1D is #6DF3E2. Grayscale: #363636. Windows color (decimal): -7205859 or 1903762. OLE color: 1903762.

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

Color convert

RGB1461229-
CMYK00.920.800.43
HSL352.39º84.81%30.98%-
HSV(B)352.39º91.78%57.25%-
XYZ12.216.461.77-
YUV54113.89193.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.07%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=78.07%
G=6.42%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146122900.920.800.43352.3984.8130.98
Hex92C1D05C502B160551f
Octal222143501341205354012537
Binary10010010110011101010111001010000101011101100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,12,29); }

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

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

 a { background-color: rgb(146,12,29); }

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

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

 span { border-color: rgb(146,12,29); }

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