#96061B

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

Shades of Carmine #96061B

Tints of Carmine #96061B

Color information

#96061B (or 0x96061B) is unknown color: approx Carmine. HEX triplet: 96, 06 and 1B. RGB value is (150,6,27). Sum of RGB (Red+Green+Blue) = 150+6+27=183 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.97% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 150 - color contains mainly: red. Hex color #96061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96061B is #69F9E4. Grayscale: #333333. Windows color (decimal): -6945253 or 1771158. OLE color: 1771158.

HSL color Cylindrical-coordinate representation of color #96061B: hue angle of 351.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96061B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB150627-
CMYK00.960.820.41
HSL351.25º92.31%30.59%-
HSV(B)351.25º96%58.82%-
XYZ12.846.691.65-
YUV51.45114.21198.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 81.97%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=81.97%
G=3.28%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15062700.960.820.41351.2592.3130.59
Hex9661B060522915f5c1f
Octal22663301401225153713437
Binary1001011011011011011000001010010101001101011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96061B; }

 p { color: rgb(150,6,27); }

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

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

 a { background-color: rgb(150,6,27); }

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

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

 span { border-color: rgb(150,6,27); }

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