#920D29

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

Shades of Carmine #920D29

Tints of Carmine #920D29

Color information

#920D29 (or 0x920D29) is unknown color: approx Carmine. HEX triplet: 92, 0D and 29. RGB value is (146,13,41). Sum of RGB (Red+Green+Blue) = 146+13+41=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #920D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D29 is #6DF2D6. Grayscale: #373737. Windows color (decimal): -7205591 or 2690450. OLE color: 2690450.

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

Color convert

RGB1461341-
CMYK00.910.720.43
HSL347.37º83.65%31.18%-
HSV(B)347.37º91.1%57.25%-
XYZ12.46.562.71-
YUV55.96119.56192.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73%
GREEN value IS 13 (5.47% from 255) = 6.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=73%
G=6.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146134100.910.720.43347.3783.6531.18
Hex92D2905B482B15b541f
Octal222155101331105353312437
Binary100100101101101001010110111001000101011101011011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,13,41); }

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

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

 a { background-color: rgb(146,13,41); }

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

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

 span { border-color: rgb(146,13,41); }

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