#96072F

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

Shades of Carmine #96072F

Tints of Carmine #96072F

Color information

#96072F (or 0x96072F) is unknown color: approx Carmine. HEX triplet: 96, 07 and 2F. RGB value is (150,7,47). Sum of RGB (Red+Green+Blue) = 150+7+47=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #96072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96072F is #69F8D0. Grayscale: #363636. Windows color (decimal): -6944977 or 3082134. OLE color: 3082134.

HSL color Cylindrical-coordinate representation of color #96072F: hue angle of 343.22º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96072F is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB150747-
CMYK00.950.690.41
HSL343.22º91.08%30.78%-
HSV(B)343.22º95.33%58.82%-
XYZ13.176.843.32-
YUV54.32123.88196.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.53%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=73.53%
G=3.43%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15074700.950.690.41343.2291.0830.78
Hex9672F05F45291575b1f
Octal22675701371055152713337
Binary10010110111101111010111111000101101001101010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,7,47); }

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

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

 a { background-color: rgb(150,7,47); }

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

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

 span { border-color: rgb(150,7,47); }

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