#94151A

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

Shades of Carmine #94151A

Tints of Carmine #94151A

Color information

#94151A (or 0x94151A) is unknown color: approx Carmine. HEX triplet: 94, 15 and 1A. RGB value is (148,21,26). Sum of RGB (Red+Green+Blue) = 148+21+26=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #94151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94151A is #6BEAE5. Grayscale: #3B3B3B. Windows color (decimal): -7072486 or 1709460. OLE color: 1709460.

HSL color Cylindrical-coordinate representation of color #94151A: hue angle of 357.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94151A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1482126-
CMYK00.860.820.42
HSL357.64º75.15%33.14%-
HSV(B)357.64º85.81%58.04%-
XYZ12.676.911.64-
YUV59.54109.08191.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.90%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=75.90%
G=10.77%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148212600.860.820.42357.6475.1533.14
Hex94151A056522A1664b21
Octal224253201261225254611341
Binary1001010010101110100101011010100101010101011001101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94151A; }

 p { color: rgb(148,21,26); }

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

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

 a { background-color: rgb(148,21,26); }

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

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

 span { border-color: rgb(148,21,26); }

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