#921718

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

Shades of Carmine #921718

Tints of Carmine #921718

Color information

#921718 (or 0x921718) is unknown color: approx Carmine. HEX triplet: 92, 17 and 18. RGB value is (146,23,24). Sum of RGB (Red+Green+Blue) = 146+23+24=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #921718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921718 is #6DE8E7. Grayscale: #3C3C3C. Windows color (decimal): -7203048 or 1578898. OLE color: 1578898.

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

Color convert

RGB1462324-
CMYK00.840.840.43
HSL359.51º72.78%33.14%-
HSV(B)359.51º84.25%57.25%-
XYZ12.336.791.53-
YUV59.89107.75189.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.65%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=75.65%
G=11.92%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146232400.840.840.43359.5172.7833.14
Hex921718054542B1684921
Octal222273001241245355011141
Binary1001001010111110000101010010101001010111011010001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921718; }

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

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

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

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

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

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

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

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