#941030

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

Shades of Carmine #941030

Tints of Carmine #941030

Color information

#941030 (or 0x941030) is unknown color: approx Carmine. HEX triplet: 94, 10 and 30. RGB value is (148,16,48). Sum of RGB (Red+Green+Blue) = 148+16+48=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #941030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941030 is #6BEFCF. Grayscale: #3B3B3B. Windows color (decimal): -7073744 or 3149972. OLE color: 3149972.

HSL color Cylindrical-coordinate representation of color #941030: hue angle of 345.45º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941030 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1481648-
CMYK00.890.680.42
HSL345.45º80.49%32.16%-
HSV(B)345.45º89.19%58.04%-
XYZ12.936.883.44-
YUV59.12121.73191.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.81%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=69.81%
G=7.55%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148164800.890.680.42345.4580.4932.16
Hex941030059442A1595020
Octal224206001311045253112040
Binary10010100100001100000101100110001001010101010110011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941030; }

 p { color: rgb(148,16,48); }

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

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

 a { background-color: rgb(148,16,48); }

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

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

 span { border-color: rgb(148,16,48); }

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