#9A1518

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

Shades of Carmine #9A1518

Tints of Carmine #9A1518

Color information

#9A1518 (or 0x9A1518) is unknown color: approx Carmine. HEX triplet: 9A, 15 and 18. RGB value is (154,21,24). Sum of RGB (Red+Green+Blue) = 154+21+24=199 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.39% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1518 is #65EAE7. Grayscale: #3D3D3D. Windows color (decimal): -6679272 or 1578394. OLE color: 1578394.

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

Color convert

RGB1542124-
CMYK00.860.840.40
HSL358.65º76%34.31%-
HSV(B)358.65º86.36%60.39%-
XYZ13.767.471.58-
YUV61.11107.06194.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 77.39%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=77.39%
G=10.55%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154212400.860.840.40358.657634.31
Hex9A151805654281674c22
Octal232253001261245054711442
Binary1001101010101110000101011010101001010001011001111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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