#94151C

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

Shades of Carmine #94151C

Tints of Carmine #94151C

Color information

#94151C (or 0x94151C) is unknown color: approx Carmine. HEX triplet: 94, 15 and 1C. RGB value is (148,21,28). Sum of RGB (Red+Green+Blue) = 148+21+28=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #94151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94151C is #6BEAE3. Grayscale: #3B3B3B. Windows color (decimal): -7072484 or 1840532. OLE color: 1840532.

HSL color Cylindrical-coordinate representation of color #94151C: hue angle of 356.69º 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 #94151C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1482128-
CMYK00.860.810.42
HSL356.69º75.15%33.14%-
HSV(B)356.69º85.81%58.04%-
XYZ12.696.921.76-
YUV59.77110.08190.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.13%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=75.13%
G=10.66%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148212800.860.810.42356.6975.1533.14
Hex94151C056512A1654b21
Octal224253401261215254511341
Binary1001010010101111000101011010100011010101011001011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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