#921029

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

Shades of Carmine #921029

Tints of Carmine #921029

Color information

#921029 (or 0x921029) is unknown color: approx Carmine. HEX triplet: 92, 10 and 29. RGB value is (146,16,41). Sum of RGB (Red+Green+Blue) = 146+16+41=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #921029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921029 is #6DEFD6. Grayscale: #393939. Windows color (decimal): -7204823 or 2691218. OLE color: 2691218.

HSL color Cylindrical-coordinate representation of color #921029: hue angle of 348.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921029 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1461641-
CMYK00.890.720.43
HSL348.46º80.25%31.76%-
HSV(B)348.46º89.04%57.25%-
XYZ12.446.642.72-
YUV57.72118.57190.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.92%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=71.92%
G=7.88%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146164100.890.720.43348.4680.2531.76
Hex921029059482B15c5020
Octal222205101311105353412040
Binary10010010100001010010101100110010001010111010111001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921029; }

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

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

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

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

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

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

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

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