#94101E

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

Shades of Carmine #94101E

Tints of Carmine #94101E

Color information

#94101E (or 0x94101E) is unknown color: approx Carmine. HEX triplet: 94, 10 and 1E. RGB value is (148,16,30). Sum of RGB (Red+Green+Blue) = 148+16+30=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #94101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94101E is #6BEFE1. Grayscale: #393939. Windows color (decimal): -7073762 or 1970324. OLE color: 1970324.

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

Color convert

RGB1481630-
CMYK00.890.800.42
HSL353.64º80.49%32.16%-
HSV(B)353.64º89.19%58.04%-
XYZ12.636.761.87-
YUV57.06112.73192.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 76.29%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=76.29%
G=8.25%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148163000.890.800.42353.6480.4932.16
Hex94101E059502A1625020
Octal224203601311205254212040
Binary1001010010000111100101100110100001010101011000101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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