#921019

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

Shades of Carmine #921019

Tints of Carmine #921019

Color information

#921019 (or 0x921019) is unknown color: approx Carmine. HEX triplet: 92, 10 and 19. RGB value is (146,16,25). Sum of RGB (Red+Green+Blue) = 146+16+25=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #921019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921019 is #6DEFE6. Grayscale: #373737. Windows color (decimal): -7204839 or 1642642. OLE color: 1642642.

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

Color convert

RGB1461625-
CMYK00.890.830.43
HSL355.85º80.25%31.76%-
HSV(B)355.85º89.04%57.25%-
XYZ12.216.551.54-
YUV55.9110.57192.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.07%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=78.07%
G=8.56%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146162500.890.830.43355.8580.2531.76
Hex921019059532B1645020
Octal222203101311235354412040
Binary1001001010000110010101100110100111010111011001001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921019; }

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

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

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

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

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

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

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

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