#95112A

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

Shades of Carmine #95112A

Tints of Carmine #95112A

Color information

#95112A (or 0x95112A) is unknown color: approx Carmine. HEX triplet: 95, 11 and 2A. RGB value is (149,17,42). Sum of RGB (Red+Green+Blue) = 149+17+42=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #95112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95112A is #6AEED5. Grayscale: #3B3B3B. Windows color (decimal): -7007958 or 2757013. OLE color: 2757013.

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

Color convert

RGB1491742-
CMYK00.890.720.42
HSL348.64º79.52%32.55%-
HSV(B)348.64º88.59%58.43%-
XYZ13.016.962.85-
YUV59.32118.23191.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.63%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=71.63%
G=8.17%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149174200.890.720.42348.6479.5232.55
Hex95112A059482A15d5021
Octal225215201311105253512041
Binary10010101100011010100101100110010001010101010111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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