#9A171B

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

Shades of Carmine #9A171B

Tints of Carmine #9A171B

Color information

#9A171B (or 0x9A171B) is unknown color: approx Carmine. HEX triplet: 9A, 17 and 1B. RGB value is (154,23,27). Sum of RGB (Red+Green+Blue) = 154+23+27=204 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.49% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 154 - color contains mainly: red. Hex color #9A171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A171B is #65E8E4. Grayscale: #3E3E3E. Windows color (decimal): -6678757 or 1775514. OLE color: 1775514.

HSL color Cylindrical-coordinate representation of color #9A171B: hue angle of 358.17º 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 #9A171B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1542327-
CMYK00.850.820.40
HSL358.17º74.01%34.71%-
HSV(B)358.17º85.06%60.39%-
XYZ13.837.561.77-
YUV62.62107.9193.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 75.49%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=75.49%
G=11.27%
B=13.24%

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
Decimal154232700.850.820.40358.1774.0134.71
Hex9A171B05552281664a23
Octal232273301251225054611243
Binary1001101010111110110101010110100101010001011001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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