#941228

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

Shades of Carmine #941228

Tints of Carmine #941228

Color information

#941228 (or 0x941228) is unknown color: approx Carmine. HEX triplet: 94, 12 and 28. RGB value is (148,18,40). Sum of RGB (Red+Green+Blue) = 148+18+40=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #941228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941228 is #6BEDD7. Grayscale: #3B3B3B. Windows color (decimal): -7073240 or 2626196. OLE color: 2626196.

HSL color Cylindrical-coordinate representation of color #941228: hue angle of 349.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941228 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1481840-
CMYK00.880.730.42
HSL349.85º78.31%32.55%-
HSV(B)349.85º87.84%58.04%-
XYZ12.816.882.66-
YUV59.38117.07191.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.84%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=71.84%
G=8.74%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148184000.880.730.42349.8578.3132.55
Hex941228058492A15e4e21
Octal224225001301115253611641
Binary10010100100101010000101100010010011010101010111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941228; }

 p { color: rgb(148,18,40); }

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

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

 a { background-color: rgb(148,18,40); }

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

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

 span { border-color: rgb(148,18,40); }

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