#9E031E

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

Shades of Carmine #9E031E

Tints of Carmine #9E031E

Color information

#9E031E (or 0x9E031E) is unknown color: approx Carmine. HEX triplet: 9E, 03 and 1E. RGB value is (158,3,30). Sum of RGB (Red+Green+Blue) = 158+3+30=191 (25% of max value = 765). Red value is 158 (62.11% from 255 or 82.72% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 158 - color contains mainly: red. Hex color #9E031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E031E is #61FCE1. Grayscale: #343434. Windows color (decimal): -6421730 or 1967006. OLE color: 1967006.

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

Color convert

RGB158330-
CMYK00.980.810.38
HSL349.55º96.27%31.57%-
HSV(B)349.55º98.1%61.96%-
XYZ14.377.431.9-
YUV52.42115.35203.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 82.72%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=82.72%
G=1.57%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15833000.980.810.38349.5596.2731.57
Hex9E31E062512615e6020
Octal23633601421214653614040
Binary1001111011111100110001010100011001101010111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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