#96022D

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

Shades of Carmine #96022D

Tints of Carmine #96022D

Color information

#96022D (or 0x96022D) is unknown color: approx Carmine. HEX triplet: 96, 02 and 2D. RGB value is (150,2,45). Sum of RGB (Red+Green+Blue) = 150+2+45=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96022D is #69FDD2. Grayscale: #333333. Windows color (decimal): -6946259 or 2949782. OLE color: 2949782.

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

Color convert

RGB150245-
CMYK00.990.700.41
HSL342.57º97.37%29.8%-
HSV(B)342.57º98.67%58.82%-
XYZ13.076.723.09-
YUV51.15124.53198.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.14%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=76.14%
G=1.02%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15024500.990.700.41342.5797.3729.8
Hex9622D0634629157611e
Octal22625501431065152714136
Binary1001011010101101011000111000110101001101010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96022D; }

 p { color: rgb(150,2,45); }

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

<style>
 a { background-color: #96022D; }

 a { background-color: rgb(150,2,45); }

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

<style>
 span { border-color: #96022D; }

 span { border-color: rgb(150,2,45); }

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