#9A091A

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

Shades of Carmine #9A091A

Tints of Carmine #9A091A

Color information

#9A091A (or 0x9A091A) is unknown color: approx Carmine. HEX triplet: 9A, 09 and 1A. RGB value is (154,9,26). Sum of RGB (Red+Green+Blue) = 154+9+26=189 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.48% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 154 - color contains mainly: red. Hex color #9A091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A091A is #65F6E5. Grayscale: #363636. Windows color (decimal): -6682342 or 1706394. OLE color: 1706394.

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

Color convert

RGB154926-
CMYK00.940.830.40
HSL352.97º88.96%31.96%-
HSV(B)352.97º94.16%60.39%-
XYZ13.617.141.64-
YUV54.29112.04199.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.48%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=81.48%
G=4.76%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15492600.940.830.40352.9788.9631.96
Hex9A91A05E53281615920
Octal232113201361235054113140
Binary100110101001110100101111010100111010001011000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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