#95111E

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

Shades of Carmine #95111E

Tints of Carmine #95111E

Color information

#95111E (or 0x95111E) is unknown color: approx Carmine. HEX triplet: 95, 11 and 1E. RGB value is (149,17,30). Sum of RGB (Red+Green+Blue) = 149+17+30=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #95111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95111E is #6AEEE1. Grayscale: #3A3A3A. Windows color (decimal): -7007970 or 1970581. OLE color: 1970581.

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

Color convert

RGB1491730-
CMYK00.890.800.42
HSL354.09º79.52%32.55%-
HSV(B)354.09º88.59%58.43%-
XYZ12.836.881.88-
YUV57.95112.23192.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.02%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 30 (12.11% from 255) = 15.31%
R=76.02%
G=8.67%
B=15.31%

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
Decimal149173000.890.800.42354.0979.5232.55
Hex95111E059502A1625021
Octal225213601311205254212041
Binary1001010110001111100101100110100001010101011000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,17,30); }

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

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

 a { background-color: rgb(149,17,30); }

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

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

 span { border-color: rgb(149,17,30); }

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