#9A0D26

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

Shades of Carmine #9A0D26

Tints of Carmine #9A0D26

Color information

#9A0D26 (or 0x9A0D26) is unknown color: approx Carmine. HEX triplet: 9A, 0D and 26. RGB value is (154,13,38). Sum of RGB (Red+Green+Blue) = 154+13+38=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0D26 is #65F2D9. Grayscale: #3A3A3A. Windows color (decimal): -6681306 or 2493850. OLE color: 2493850.

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

Color convert

RGB1541338-
CMYK00.920.750.40
HSL349.36º84.43%32.75%-
HSV(B)349.36º91.56%60.39%-
XYZ13.827.32.51-
YUV58.01116.71196.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 75.12%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=75.12%
G=6.34%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154133800.920.750.40349.3684.4332.75
Hex9AD2605C4B2815d5421
Octal232154601341135053512441
Binary1001101011011001100101110010010111010001010111011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,13,38); }

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

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

 a { background-color: rgb(154,13,38); }

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

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

 span { border-color: rgb(154,13,38); }

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