Html Css Color HEX #9D121A Carmine

📋 copy color: '#9D121A'

red 157 ◦ green 18 ◦ blue 26

#9D121A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #9D121A

Tints of Carmine #9D121A

RGB

 RED value IS 157 (61.72% from 255) = 78.11%

 GREEN value IS 18 (7.42% from 255) = 8.96%

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 78.11%
G = 8.96%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D121A (or 0x9D121A) is known color: Carmine. HEX triplet: 9D, 12 and 1A. RGB value is (157,18,26). Sum of RGB (Red+Green+Blue) = 157+18+26=201 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.11% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 157 - color contains mainly: red. Hex color #9D121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D121A is #62EDE5. Grayscale: #3C3C3C. Windows color (decimal): -6483430 or 1708701. OLE color: 1708701.

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

Color convert

RGB 157 18 26 -
CMYK 0 0.89 0.83 0.38
HSL 356.55º 0.79% 0.34% -
HSV(B) 356.55º 0.89% 0.62% -
XYZ 14.31 7.68 1.7 -
YUV 60.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 157 18 26 0 0.89 0.83 0.38 356.55 0.79 0.34
Hex 9D 12 1A 0 59 53 26 165 4F 22
Octal 235 22 32 0 131 123 46 545 117 42
Binary 10011101 10010 11010 0 1011001 1010011 100110 101100101 1001111 100010

Color Harmonies of #9D121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D121A

Black with #9D121A

Text Example


Text Example

White with #9D121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D121A;
 }
 .AnyTagClassName
 {
   color: #9D121A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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