Html Css Color HEX #9D101A Carmine

📋 copy color: '#9D101A'

red 157 ◦ green 16 ◦ blue 26

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

Shades of Carmine #9D101A

Tints of Carmine #9D101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 78.89%
G = 8.04%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D101A (or 0x9D101A) is known color: Carmine. HEX triplet: 9D, 10 and 1A. RGB value is (157,16,26). Sum of RGB (Red+Green+Blue) = 157+16+26=199 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.89% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 157 - color contains mainly: red. Hex color #9D101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D101A is #62EFE5. Grayscale: #3B3B3B. Windows color (decimal): -6483942 or 1708189. OLE color: 1708189.

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

Color convert

RGB 157 16 26 -
CMYK 0 0.90 0.83 0.38
HSL 355.74º 0.82% 0.34% -
HSV(B) 355.74º 0.9% 0.62% -
XYZ 14.28 7.61 1.69 -
YUV 59.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 157 16 26 0 0.90 0.83 0.38 355.74 0.82 0.34
Hex 9D 10 1A 0 5A 53 26 164 52 22
Octal 235 20 32 0 132 123 46 544 122 42
Binary 10011101 10000 11010 0 1011010 1010011 100110 101100100 1010010 100010

Color Harmonies of #9D101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D101A

Black with #9D101A

Text Example


Text Example

White with #9D101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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