#95121E

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

Shades of Carmine #95121E

Tints of Carmine #95121E

Color information

#95121E (or 0x95121E) is unknown color: approx Carmine. HEX triplet: 95, 12 and 1E. RGB value is (149,18,30). Sum of RGB (Red+Green+Blue) = 149+18+30=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95121E is #6AEDE1. Grayscale: #3A3A3A. Windows color (decimal): -7007714 or 1970837. OLE color: 1970837.

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

Color convert

RGB1491830-
CMYK00.880.800.42
HSL354.5º78.44%32.75%-
HSV(B)354.5º87.92%58.43%-
XYZ12.856.921.89-
YUV58.54111.9192.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=75.63%
G=9.14%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149183000.880.800.42354.578.4432.75
Hex95121E058502A1634e21
Octal225223601301205254311641
Binary1001010110010111100101100010100001010101011000111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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