#951122

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

Shades of Carmine #951122

Tints of Carmine #951122

Color information

#951122 (or 0x951122) is unknown color: approx Carmine. HEX triplet: 95, 11 and 22. RGB value is (149,17,34). Sum of RGB (Red+Green+Blue) = 149+17+34=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #951122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951122 is #6AEEDD. Grayscale: #3A3A3A. Windows color (decimal): -7007966 or 2232725. OLE color: 2232725.

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

Color convert

RGB1491734-
CMYK00.890.770.42
HSL352.27º79.52%32.55%-
HSV(B)352.27º88.59%58.43%-
XYZ12.886.912.17-
YUV58.41114.23192.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.5%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 34 (13.67% from 255) = 17%
R=74.5%
G=8.5%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149173400.890.770.42352.2779.5232.55
Hex9511220594D2A1605021
Octal225214201311155254012041
Binary10010101100011000100101100110011011010101011000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951122; }

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

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

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

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

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

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

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

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