#9A0C31

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

Shades of Carmine #9A0C31

Tints of Carmine #9A0C31

Color information

#9A0C31 (or 0x9A0C31) is unknown color: approx Carmine. HEX triplet: 9A, 0C and 31. RGB value is (154,12,49). Sum of RGB (Red+Green+Blue) = 154+12+49=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0C31 is #65F3CE. Grayscale: #3A3A3A. Windows color (decimal): -6681551 or 3214490. OLE color: 3214490.

HSL color Cylindrical-coordinate representation of color #9A0C31: hue angle of 344.37º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C31 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1541249-
CMYK00.920.680.40
HSL344.37º85.54%32.55%-
HSV(B)344.37º92.21%60.39%-
XYZ14.017.353.59-
YUV58.68122.54195.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 71.63%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=71.63%
G=5.58%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154124900.920.680.40344.3785.5432.55
Hex9AC3105C44281585621
Octal232146101341045053012641
Binary1001101011001100010101110010001001010001010110001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A0C31; }

 p { color: rgb(154,12,49); }

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

<style>
 a { background-color: #9A0C31; }

 a { background-color: rgb(154,12,49); }

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

<style>
 span { border-color: #9A0C31; }

 span { border-color: rgb(154,12,49); }

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