#9A1520

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

Shades of Carmine #9A1520

Tints of Carmine #9A1520

Color information

#9A1520 (or 0x9A1520) is unknown color: approx Carmine. HEX triplet: 9A, 15 and 20. RGB value is (154,21,32). Sum of RGB (Red+Green+Blue) = 154+21+32=207 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.40% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1520 is #65EADF. Grayscale: #3E3E3E. Windows color (decimal): -6679264 or 2102682. OLE color: 2102682.

HSL color Cylindrical-coordinate representation of color #9A1520: hue angle of 355.04º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1520 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1542132-
CMYK00.860.790.40
HSL355.04º76%34.31%-
HSV(B)355.04º86.36%60.39%-
XYZ13.867.512.09-
YUV62.02111.06193.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 74.40%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=74.40%
G=10.14%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154213200.860.790.40355.047634.31
Hex9A15200564F281634c22
Octal232254001261175054311442
Binary10011010101011000000101011010011111010001011000111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,21,32); }

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

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

 a { background-color: rgb(154,21,32); }

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

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

 span { border-color: rgb(154,21,32); }

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