#9A091B

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

Shades of Carmine #9A091B

Tints of Carmine #9A091B

Color information

#9A091B (or 0x9A091B) is unknown color: approx Carmine. HEX triplet: 9A, 09 and 1B. RGB value is (154,9,27). Sum of RGB (Red+Green+Blue) = 154+9+27=190 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.05% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 154 - color contains mainly: red. Hex color #9A091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A091B is #65F6E4. Grayscale: #363636. Windows color (decimal): -6682341 or 1771930. OLE color: 1771930.

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

Color convert

RGB154927-
CMYK00.940.820.40
HSL352.55º88.96%31.96%-
HSV(B)352.55º94.16%60.39%-
XYZ13.627.141.7-
YUV54.41112.54199.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.05%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=81.05%
G=4.74%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15492700.940.820.40352.5588.9631.96
Hex9A91B05E52281615920
Octal232113301361225054113140
Binary100110101001110110101111010100101010001011000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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