#921424

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

Shades of Carmine #921424

Tints of Carmine #921424

Color information

#921424 (or 0x921424) is unknown color: approx Carmine. HEX triplet: 92, 14 and 24. RGB value is (146,20,36). Sum of RGB (Red+Green+Blue) = 146+20+36=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #921424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921424 is #6DEBDB. Grayscale: #3B3B3B. Windows color (decimal): -7203804 or 2364562. OLE color: 2364562.

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

Color convert

RGB1462036-
CMYK00.860.750.43
HSL352.38º75.9%32.55%-
HSV(B)352.38º86.3%57.25%-
XYZ12.426.742.32-
YUV59.5114.74189.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.28%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=72.28%
G=9.90%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146203600.860.750.43352.3875.932.55
Hex9214240564B2B1604c21
Octal222244401261135354011441
Binary10010010101001001000101011010010111010111011000001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921424; }

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

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

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

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

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

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

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

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