#921024

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

Shades of Carmine #921024

Tints of Carmine #921024

Color information

#921024 (or 0x921024) is unknown color: approx Carmine. HEX triplet: 92, 10 and 24. RGB value is (146,16,36). Sum of RGB (Red+Green+Blue) = 146+16+36=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #921024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921024 is #6DEFDB. Grayscale: #393939. Windows color (decimal): -7204828 or 2363538. OLE color: 2363538.

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

Color convert

RGB1461636-
CMYK00.890.750.43
HSL350.77º80.25%31.76%-
HSV(B)350.77º89.04%57.25%-
XYZ12.366.612.29-
YUV57.15116.07191.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.74%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=73.74%
G=8.08%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146163600.890.750.43350.7780.2531.76
Hex9210240594B2B15f5020
Octal222204401311135353712040
Binary10010010100001001000101100110010111010111010111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921024; }

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

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

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

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

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

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

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

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