Html Css Color HEX #9D102C Carmine

📋 copy color: '#9D102C'

red 157 ◦ green 16 ◦ blue 44

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

Shades of Carmine #9D102C

Tints of Carmine #9D102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 72.35%
G = 7.37%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9D102C (or 0x9D102C) is known color: Carmine. HEX triplet: 9D, 10 and 2C. RGB value is (157,16,44). Sum of RGB (Red+Green+Blue) = 157+16+44=217 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.35% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 157 - color contains mainly: red. Hex color #9D102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D102C is #62EFD3. Grayscale: #3D3D3D. Windows color (decimal): -6483924 or 2887837. OLE color: 2887837.

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

Color convert

RGB 157 16 44 -
CMYK 0 0.90 0.72 0.38
HSL 348.09º 0.82% 0.34% -
HSV(B) 348.09º 0.9% 0.62% -
XYZ 14.54 7.72 3.11 -
YUV 61.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 157 16 44 0 0.90 0.72 0.38 348.09 0.82 0.34
Hex 9D 10 2C 0 5A 48 26 15C 52 22
Octal 235 20 54 0 132 110 46 534 122 42
Binary 10011101 10000 101100 0 1011010 1001000 100110 101011100 1010010 100010

Color Harmonies of #9D102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D102C

Black with #9D102C

Text Example


Text Example

White with #9D102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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