#96031A

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

Shades of Carmine #96031A

Tints of Carmine #96031A

Color information

#96031A (or 0x96031A) is unknown color: approx Carmine. HEX triplet: 96, 03 and 1A. RGB value is (150,3,26). Sum of RGB (Red+Green+Blue) = 150+3+26=179 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.80% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 150 - color contains mainly: red. Hex color #96031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96031A is #69FCE5. Grayscale: #313131. Windows color (decimal): -6946022 or 1704854. OLE color: 1704854.

HSL color Cylindrical-coordinate representation of color #96031A: hue angle of 350.61º 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 #96031A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB150326-
CMYK00.980.830.41
HSL350.61º96.08%30%-
HSV(B)350.61º98%58.82%-
XYZ12.86.621.58-
YUV49.58114.7199.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 83.80%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=83.80%
G=1.68%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15032600.980.830.41350.6196.0830
Hex9631A062532915f601e
Octal22633201421235153714036
Binary100101101111010011000101010011101001101011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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