#96051E

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

Shades of Carmine #96051E

Tints of Carmine #96051E

Color information

#96051E (or 0x96051E) is unknown color: approx Carmine. HEX triplet: 96, 05 and 1E. RGB value is (150,5,30). Sum of RGB (Red+Green+Blue) = 150+5+30=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #96051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96051E is #69FAE1. Grayscale: #333333. Windows color (decimal): -6945506 or 1967510. OLE color: 1967510.

HSL color Cylindrical-coordinate representation of color #96051E: hue angle of 349.66º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96051E is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB150530-
CMYK00.970.800.41
HSL349.66º93.55%30.39%-
HSV(B)349.66º96.67%58.82%-
XYZ12.876.691.84-
YUV51.21116.04198.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 81.08%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=81.08%
G=2.70%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15053000.970.800.41349.6693.5530.39
Hex9651E061502915e5e1e
Octal22653601411205153613636
Binary1001011010111110011000011010000101001101011110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96051E; }

 p { color: rgb(150,5,30); }

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

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

 a { background-color: rgb(150,5,30); }

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

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

 span { border-color: rgb(150,5,30); }

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