#9A031E

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

Shades of Carmine #9A031E

Tints of Carmine #9A031E

Color information

#9A031E (or 0x9A031E) is unknown color: approx Carmine. HEX triplet: 9A, 03 and 1E. RGB value is (154,3,30). Sum of RGB (Red+Green+Blue) = 154+3+30=187 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.35% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 154 - color contains mainly: red. Hex color #9A031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A031E is #65FCE1. Grayscale: #333333. Windows color (decimal): -6683874 or 1967002. OLE color: 1967002.

HSL color Cylindrical-coordinate representation of color #9A031E: hue angle of 349.27º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A031E is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB154330-
CMYK00.980.810.40
HSL349.27º96.18%30.78%-
HSV(B)349.27º98.05%60.39%-
XYZ13.597.031.87-
YUV51.23116.03201.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 82.35%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=82.35%
G=1.60%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15433000.980.810.40349.2796.1830.78
Hex9A31E062512815d601f
Octal23233601421215053514037
Binary100110101111110011000101010001101000101011101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,3,30); }

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

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

 a { background-color: rgb(154,3,30); }

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

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

 span { border-color: rgb(154,3,30); }

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