#9D011A

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

Shades of Carmine #9D011A

Tints of Carmine #9D011A

Color information

#9D011A (or 0x9D011A) is unknown color: approx Carmine. HEX triplet: 9D, 01 and 1A. RGB value is (157,1,26). Sum of RGB (Red+Green+Blue) = 157+1+26=184 (24% of max value = 765). Red value is 157 (61.72% from 255 or 85.33% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 157 - color contains mainly: red. Hex color #9D011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D011A is #62FEE5. Grayscale: #323232. Windows color (decimal): -6487782 or 1704349. OLE color: 1704349.

HSL color Cylindrical-coordinate representation of color #9D011A: hue angle of 350.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D011A is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB157126-
CMYK00.990.830.38
HSL350.38º98.73%30.98%-
HSV(B)350.38º99.36%61.57%-
XYZ14.17.261.64-
YUV50.49114.18203.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 85.33%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=85.33%
G=0.54%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712600.990.830.38350.3898.7330.98
Hex9D11A063532615e631f
Octal23513201431234653614337
Binary10011101111010011000111010011100110101011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,1,26); }

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

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

 a { background-color: rgb(157,1,26); }

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

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

 span { border-color: rgb(157,1,26); }

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