#9A091E

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

Shades of Carmine #9A091E

Tints of Carmine #9A091E

Color information

#9A091E (or 0x9A091E) is unknown color: approx Carmine. HEX triplet: 9A, 09 and 1E. RGB value is (154,9,30). Sum of RGB (Red+Green+Blue) = 154+9+30=193 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.79% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 154 - color contains mainly: red. Hex color #9A091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A091E is #65F6E1. Grayscale: #363636. Windows color (decimal): -6682338 or 1968538. OLE color: 1968538.

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

Color convert

RGB154930-
CMYK00.940.810.40
HSL351.31º88.96%31.96%-
HSV(B)351.31º94.16%60.39%-
XYZ13.667.161.89-
YUV54.75114.04198.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 79.79%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=79.79%
G=4.66%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15493000.940.810.40351.3188.9631.96
Hex9A91E05E512815f5920
Octal232113601361215053713140
Binary100110101001111100101111010100011010001010111111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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