Html Css Color HEX #9D1326 Carmine

📋 copy color: '#9D1326'

red 157 ◦ green 19 ◦ blue 38

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

Shades of Carmine #9D1326

Tints of Carmine #9D1326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 73.36%
G = 8.88%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D1326 (or 0x9D1326) is known color: Carmine. HEX triplet: 9D, 13 and 26. RGB value is (157,19,38). Sum of RGB (Red+Green+Blue) = 157+19+38=214 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.36% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1326 is #62ECD9. Grayscale: #3E3E3E. Windows color (decimal): -6483162 or 2495389. OLE color: 2495389.

HSL color Cylindrical-coordinate representation of color #9D1326: hue angle of 351.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1326 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 19 38 -
CMYK 0 0.88 0.76 0.38
HSL 351.74º 0.78% 0.35% -
HSV(B) 351.74º 0.88% 0.62% -
XYZ 14.49 7.77 2.57 -
YUV 62.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 157 19 38 0 0.88 0.76 0.38 351.74 0.78 0.35
Hex 9D 13 26 0 58 4C 26 160 4E 23
Octal 235 23 46 0 130 114 46 540 116 43
Binary 10011101 10011 100110 0 1011000 1001100 100110 101100000 1001110 100011

Color Harmonies of #9D1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1326

Black with #9D1326

Text Example


Text Example

White with #9D1326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,19,38); }

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

background-color css

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

 a { background-color: rgb(157,19,38); }

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

border-color css

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

 span { border-color: rgb(157,19,38); }

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