#96022B

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

Shades of Carmine #96022B

Tints of Carmine #96022B

Color information

#96022B (or 0x96022B) is unknown color: approx Carmine. HEX triplet: 96, 02 and 2B. RGB value is (150,2,43). Sum of RGB (Red+Green+Blue) = 150+2+43=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96022B is #69FDD4. Grayscale: #323232. Windows color (decimal): -6946261 or 2818710. OLE color: 2818710.

HSL color Cylindrical-coordinate representation of color #96022B: hue angle of 343.38º 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 #96022B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB150243-
CMYK00.990.710.41
HSL343.38º97.37%29.8%-
HSV(B)343.38º98.67%58.82%-
XYZ13.046.72.89-
YUV50.93123.53198.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.92%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=76.92%
G=1.03%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15024300.990.710.41343.3897.3729.8
Hex9622B0634729157611e
Octal22625301431075152714136
Binary1001011010101011011000111000111101001101010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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