#921017

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

Shades of Carmine #921017

Tints of Carmine #921017

Color information

#921017 (or 0x921017) is unknown color: approx Carmine. HEX triplet: 92, 10 and 17. RGB value is (146,16,23). Sum of RGB (Red+Green+Blue) = 146+16+23=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #921017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921017 is #6DEFE8. Grayscale: #373737. Windows color (decimal): -7204841 or 1511570. OLE color: 1511570.

HSL color Cylindrical-coordinate representation of color #921017: hue angle of 356.77º 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 #921017 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1461623-
CMYK00.890.840.43
HSL356.77º80.25%31.76%-
HSV(B)356.77º89.04%57.25%-
XYZ12.196.541.43-
YUV55.67109.57192.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.92%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=78.92%
G=8.65%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146162300.890.840.43356.7780.2531.76
Hex921017059542B1655020
Octal222202701311245354512040
Binary1001001010000101110101100110101001010111011001011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921017; }

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

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

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

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

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

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

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

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