#9D082D

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

Shades of Carmine #9D082D

Tints of Carmine #9D082D

Color information

#9D082D (or 0x9D082D) is unknown color: approx Carmine. HEX triplet: 9D, 08 and 2D. RGB value is (157,8,45). Sum of RGB (Red+Green+Blue) = 157+8+45=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D082D is #62F7D2. Grayscale: #383838. Windows color (decimal): -6485971 or 2951325. OLE color: 2951325.

HSL color Cylindrical-coordinate representation of color #9D082D: hue angle of 345.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D082D is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB157845-
CMYK00.950.710.38
HSL345.1º90.3%32.35%-
HSV(B)345.1º94.9%61.57%-
XYZ14.477.533.17-
YUV56.77121.36199.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 74.76%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=74.76%
G=3.81%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15784500.950.710.38345.190.332.35
Hex9D82D05F47261595a20
Octal235105501371074653113240
Binary1001110110001011010101111110001111001101010110011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,8,45); }

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

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

 a { background-color: rgb(157,8,45); }

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

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

 span { border-color: rgb(157,8,45); }

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