#94102E

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

Shades of Carmine #94102E

Tints of Carmine #94102E

Color information

#94102E (or 0x94102E) is unknown color: approx Carmine. HEX triplet: 94, 10 and 2E. RGB value is (148,16,46). Sum of RGB (Red+Green+Blue) = 148+16+46=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #94102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94102E is #6BEFD1. Grayscale: #3A3A3A. Windows color (decimal): -7073746 or 3018900. OLE color: 3018900.

HSL color Cylindrical-coordinate representation of color #94102E: hue angle of 346.36º 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 #94102E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1481646-
CMYK00.890.690.42
HSL346.36º80.49%32.16%-
HSV(B)346.36º89.19%58.04%-
XYZ12.896.863.23-
YUV58.89120.73191.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.48%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=70.48%
G=7.62%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148164600.890.690.42346.3680.4932.16
Hex94102E059452A15a5020
Octal224205601311055253212040
Binary10010100100001011100101100110001011010101010110101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94102E; }

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

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

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

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

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

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

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

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