#9A0E1A

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

Shades of Carmine #9A0E1A

Tints of Carmine #9A0E1A

Color information

#9A0E1A (or 0x9A0E1A) is unknown color: approx Carmine. HEX triplet: 9A, 0E and 1A. RGB value is (154,14,26). Sum of RGB (Red+Green+Blue) = 154+14+26=194 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.38% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0E1A is #65F1E5. Grayscale: #393939. Windows color (decimal): -6681062 or 1707674. OLE color: 1707674.

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

Color convert

RGB1541426-
CMYK00.910.830.40
HSL354.86º83.33%32.94%-
HSV(B)354.86º90.91%60.39%-
XYZ13.677.261.66-
YUV57.23110.38197.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 79.38%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=79.38%
G=7.22%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154142600.910.830.40354.8683.3332.94
Hex9AE1A05B53281635321
Octal232163201331235054312341
Binary100110101110110100101101110100111010001011000111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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