#951124

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

Shades of Carmine #951124

Tints of Carmine #951124

Color information

#951124 (or 0x951124) is unknown color: approx Carmine. HEX triplet: 95, 11 and 24. RGB value is (149,17,36). Sum of RGB (Red+Green+Blue) = 149+17+36=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #951124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951124 is #6AEEDB. Grayscale: #3A3A3A. Windows color (decimal): -7007964 or 2363797. OLE color: 2363797.

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

Color convert

RGB1491736-
CMYK00.890.760.42
HSL351.36º79.52%32.55%-
HSV(B)351.36º88.59%58.43%-
XYZ12.916.922.32-
YUV58.63115.23192.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.76%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=73.76%
G=8.42%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149173600.890.760.42351.3679.5232.55
Hex9511240594C2A15f5021
Octal225214401311145253712041
Binary10010101100011001000101100110011001010101010111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951124; }

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

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

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

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

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

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

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

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