#9A0F1A

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

Shades of Carmine #9A0F1A

Tints of Carmine #9A0F1A

Color information

#9A0F1A (or 0x9A0F1A) is unknown color: approx Carmine. HEX triplet: 9A, 0F and 1A. RGB value is (154,15,26). Sum of RGB (Red+Green+Blue) = 154+15+26=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F1A is #65F0E5. Grayscale: #393939. Windows color (decimal): -6680806 or 1707930. OLE color: 1707930.

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

Color convert

RGB1541526-
CMYK00.900.830.40
HSL355.25º82.25%33.14%-
HSV(B)355.25º90.26%60.39%-
XYZ13.687.291.66-
YUV57.82110.05196.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 78.97%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=78.97%
G=7.69%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154152600.900.830.40355.2582.2533.14
Hex9AF1A05A53281635221
Octal232173201321235054312241
Binary100110101111110100101101010100111010001011000111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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