Html Css Color HEX #9D131A Carmine

📋 copy color: '#9D131A'

red 157 ◦ green 19 ◦ blue 26

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

Shades of Carmine #9D131A

Tints of Carmine #9D131A

RGB

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

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

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

R = 77.72%
G = 9.41%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D131A (or 0x9D131A) is known color: Carmine. HEX triplet: 9D, 13 and 1A. RGB value is (157,19,26). Sum of RGB (Red+Green+Blue) = 157+19+26=202 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.72% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 157 - color contains mainly: red. Hex color #9D131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D131A is #62ECE5. Grayscale: #3D3D3D. Windows color (decimal): -6483174 or 1708957. OLE color: 1708957.

HSL color Cylindrical-coordinate representation of color #9D131A: hue angle of 356.96º 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 #9D131A is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 19 26 -
CMYK 0 0.88 0.83 0.38
HSL 356.96º 0.78% 0.35% -
HSV(B) 356.96º 0.88% 0.62% -
XYZ 14.32 7.71 1.71 -
YUV 61.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 157 19 26 0 0.88 0.83 0.38 356.96 0.78 0.35
Hex 9D 13 1A 0 58 53 26 165 4E 23
Octal 235 23 32 0 130 123 46 545 116 43
Binary 10011101 10011 11010 0 1011000 1010011 100110 101100101 1001110 100011

Color Harmonies of #9D131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D131A

Black with #9D131A

Text Example


Text Example

White with #9D131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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