Html Css Color HEX #9D0D32 Carmine

📋 copy color: '#9D0D32'

red 157 ◦ green 13 ◦ blue 50

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

Shades of Carmine #9D0D32

Tints of Carmine #9D0D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.91%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 71.36%
G = 5.91%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9D0D32 (or 0x9D0D32) is known color: Carmine. HEX triplet: 9D, 0D and 32. RGB value is (157,13,50). Sum of RGB (Red+Green+Blue) = 157+13+50=220 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.36% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0D32 is #62F2CD. Grayscale: #3C3C3C. Windows color (decimal): -6484686 or 3280285. OLE color: 3280285.

HSL color Cylindrical-coordinate representation of color #9D0D32: hue angle of 344.58º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0D32 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 13 50 -
CMYK 0 0.92 0.68 0.38
HSL 344.58º 0.85% 0.33% -
HSV(B) 344.58º 0.92% 0.62% -
XYZ 14.62 7.69 3.73 -
YUV 60.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 157 13 50 0 0.92 0.68 0.38 344.58 0.85 0.33
Hex 9D D 32 0 5C 44 26 159 55 21
Octal 235 15 62 0 134 104 46 531 125 41
Binary 10011101 1101 110010 0 1011100 1000100 100110 101011001 1010101 100001

Color Harmonies of #9D0D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0D32

Black with #9D0D32

Text Example


Text Example

White with #9D0D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,13,50); }

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

background-color css

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

 a { background-color: rgb(157,13,50); }

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

border-color css

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

 span { border-color: rgb(157,13,50); }

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