Html Css Color HEX #9D1C0C Mandarian Orange

📋 copy color: '#9D1C0C'

red 157 ◦ green 28 ◦ blue 12

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

Shades of Mandarian Orange #9D1C0C

Tints of Mandarian Orange #9D1C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

 BLUE value IS 12 (5.08% from 255) = 6.09%

R = 79.7%
G = 14.21%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D1C0C (or 0x9D1C0C) is known color: Mandarian Orange. HEX triplet: 9D, 1C and 0C. RGB value is (157,28,12). Sum of RGB (Red+Green+Blue) = 157+28+12=197 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.70% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1C0C is #62E3F3. Grayscale: #404040. Windows color (decimal): -6480884 or 793757. OLE color: 793757.

HSL color Cylindrical-coordinate representation of color #9D1C0C: hue angle of 6.62º degrees, saturation: 0.86, 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 #9D1C0C is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 28 12 -
CMYK 0 0.82 0.92 0.38
HSL 6.62º 0.86% 0.33% -
HSV(B) 6.62º 0.92% 0.62% -
XYZ 14.39 8.03 1.14 -
YUV 64.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 157 28 12 0 0.82 0.92 0.38 6.62 0.86 0.33
Hex 9D 1C C 0 52 5C 26 7 56 21
Octal 235 34 14 0 122 134 46 7 126 41
Binary 10011101 11100 1100 0 1010010 1011100 100110 111 1010110 100001

Color Harmonies of #9D1C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1C0C

Black with #9D1C0C

Text Example


Text Example

White with #9D1C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,28,12); }

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

background-color css

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

 a { background-color: rgb(157,28,12); }

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

border-color css

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

 span { border-color: rgb(157,28,12); }

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