#9A181E

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

Shades of Carmine #9A181E

Tints of Carmine #9A181E

Color information

#9A181E (or 0x9A181E) is unknown color: approx Carmine. HEX triplet: 9A, 18 and 1E. RGB value is (154,24,30). Sum of RGB (Red+Green+Blue) = 154+24+30=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A181E is #65E7E1. Grayscale: #3F3F3F. Windows color (decimal): -6678498 or 1972378. OLE color: 1972378.

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

Color convert

RGB1542430-
CMYK00.840.810.40
HSL357.23º73.03%34.9%-
HSV(B)357.23º84.42%60.39%-
XYZ13.897.621.97-
YUV63.55109.07192.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 74.04%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=74.04%
G=11.54%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154243000.840.810.40357.2373.0334.9
Hex9A181E05451281654923
Octal232303601241215054511143
Binary1001101011000111100101010010100011010001011001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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