#96032A

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

Shades of Carmine #96032A

Tints of Carmine #96032A

Color information

#96032A (or 0x96032A) is unknown color: approx Carmine. HEX triplet: 96, 03 and 2A. RGB value is (150,3,42). Sum of RGB (Red+Green+Blue) = 150+3+42=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96032A is #69FCD5. Grayscale: #333333. Windows color (decimal): -6946006 or 2753430. OLE color: 2753430.

HSL color Cylindrical-coordinate representation of color #96032A: hue angle of 344.08º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96032A is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB150342-
CMYK00.980.720.41
HSL344.08º96.08%30%-
HSV(B)344.08º98%58.82%-
XYZ13.036.722.8-
YUV51.4122.7198.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.92%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=76.92%
G=1.54%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15034200.980.720.41344.0896.0830
Hex9632A0624829158601e
Octal22635201421105153014036
Binary1001011011101010011000101001000101001101011000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96032A; }

 p { color: rgb(150,3,42); }

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

<style>
 a { background-color: #96032A; }

 a { background-color: rgb(150,3,42); }

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

<style>
 span { border-color: #96032A; }

 span { border-color: rgb(150,3,42); }

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