#9D0E29

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

Shades of Carmine #9D0E29

Tints of Carmine #9D0E29

Color information

#9D0E29 (or 0x9D0E29) is unknown color: approx Carmine. HEX triplet: 9D, 0E and 29. RGB value is (157,14,41). Sum of RGB (Red+Green+Blue) = 157+14+41=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0E29 is #62F1D6. Grayscale: #3B3B3B. Windows color (decimal): -6484439 or 2690717. OLE color: 2690717.

HSL color Cylindrical-coordinate representation of color #9D0E29: hue angle of 348.67º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0E29 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB1571441-
CMYK00.910.740.38
HSL348.67º83.63%33.53%-
HSV(B)348.67º91.08%61.57%-
XYZ14.467.642.81-
YUV59.84117.38197.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 74.06%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=74.06%
G=6.60%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157144100.910.740.38348.6783.6333.53
Hex9DE2905B4A2615d5422
Octal235165101331124653512442
Binary1001110111101010010101101110010101001101010111011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,14,41); }

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

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

 a { background-color: rgb(157,14,41); }

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

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

 span { border-color: rgb(157,14,41); }

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