#951226

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

Shades of Carmine #951226

Tints of Carmine #951226

Color information

#951226 (or 0x951226) is unknown color: approx Carmine. HEX triplet: 95, 12 and 26. RGB value is (149,18,38). Sum of RGB (Red+Green+Blue) = 149+18+38=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #951226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951226 is #6AEDD9. Grayscale: #3B3B3B. Windows color (decimal): -7007706 or 2495125. OLE color: 2495125.

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

Color convert

RGB1491838-
CMYK00.880.740.42
HSL350.84º78.44%32.75%-
HSV(B)350.84º87.92%58.43%-
XYZ12.966.962.49-
YUV59.45115.9191.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=72.68%
G=8.78%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149183800.880.740.42350.8478.4432.75
Hex9512260584A2A15f4e21
Octal225224601301125253711641
Binary10010101100101001100101100010010101010101010111111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951226; }

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

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

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

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

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

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

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

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