#9A171C

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

Shades of Carmine #9A171C

Tints of Carmine #9A171C

Color information

#9A171C (or 0x9A171C) is unknown color: approx Carmine. HEX triplet: 9A, 17 and 1C. RGB value is (154,23,28). Sum of RGB (Red+Green+Blue) = 154+23+28=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A171C is #65E8E3. Grayscale: #3E3E3E. Windows color (decimal): -6678756 or 1841050. OLE color: 1841050.

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

Color convert

RGB1542328-
CMYK00.850.820.40
HSL357.71º74.01%34.71%-
HSV(B)357.71º85.06%60.39%-
XYZ13.847.571.83-
YUV62.74108.4193.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 75.12%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=75.12%
G=11.22%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154232800.850.820.40357.7174.0134.71
Hex9A171C05552281664a23
Octal232273401251225054611243
Binary1001101010111111000101010110100101010001011001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,23,28); }

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

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

 a { background-color: rgb(154,23,28); }

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

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

 span { border-color: rgb(154,23,28); }

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