#96001F

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

Shades of Carmine #96001F

Tints of Carmine #96001F

Color information

#96001F (or 0x96001F) is unknown color: approx Carmine. HEX triplet: 96, 00 and 1F. RGB value is (150,0,31). Sum of RGB (Red+Green+Blue) = 150+0+31=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #96001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96001F is #69FFE0. Grayscale: #303030. Windows color (decimal): -6946785 or 2031766. OLE color: 2031766.

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

Color convert

RGB150031-
CMYK010.790.41
HSL347.6º100%29.41%-
HSV(B)347.6º100%58.82%-
XYZ12.836.581.89-
YUV48.38118.2200.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 82.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=82.87%
G=0%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150031010.790.41347.610029.41
Hex9601F0644F2915c641d
Octal22603701441175153414435
Binary10010110011111011001001001111101001101011100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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