#96121F

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

Shades of Carmine #96121F

Tints of Carmine #96121F

Color information

#96121F (or 0x96121F) is unknown color: approx Carmine. HEX triplet: 96, 12 and 1F. RGB value is (150,18,31). Sum of RGB (Red+Green+Blue) = 150+18+31=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96121F is #69EDE0. Grayscale: #3B3B3B. Windows color (decimal): -6942177 or 2036374. OLE color: 2036374.

HSL color Cylindrical-coordinate representation of color #96121F: hue angle of 354.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96121F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1501831-
CMYK00.880.790.41
HSL354.09º78.57%32.94%-
HSV(B)354.09º88%58.82%-
XYZ13.047.021.96-
YUV58.95112.23192.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.38%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=75.38%
G=9.05%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150183100.880.790.41354.0978.5732.94
Hex96121F0584F291624f21
Octal226223701301175154211741
Binary1001011010010111110101100010011111010011011000101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96121F; }

 p { color: rgb(150,18,31); }

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

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

 a { background-color: rgb(150,18,31); }

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

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

 span { border-color: rgb(150,18,31); }

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