Html Css Color HEX #9C1D09 Mandarian Orange

📋 copy color: '#9C1D09'

red 156 ◦ green 29 ◦ blue 9

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

Shades of Mandarian Orange #9C1D09

Tints of Mandarian Orange #9C1D09

RGB

 RED value IS 156 (61.33% from 255) = 80.41%

 GREEN value IS 29 (11.72% from 255) = 14.95%

 BLUE value IS 9 (3.91% from 255) = 4.64%

R = 80.41%
G = 14.95%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C1D09 (or 0x9C1D09) is known color: Mandarian Orange. HEX triplet: 9C, 1D and 09. RGB value is (156,29,9). Sum of RGB (Red+Green+Blue) = 156+29+9=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1D09 is #63E2F6. Grayscale: #404040. Windows color (decimal): -6546167 or 597404. OLE color: 597404.

HSL color Cylindrical-coordinate representation of color #9C1D09: hue angle of 8.16º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C1D09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 29 9 -
CMYK 0 0.81 0.94 0.39
HSL 8.16º 0.89% 0.32% -
HSV(B) 8.16º 0.94% 0.61% -
XYZ 14.2 7.97 1.05 -
YUV 64.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 156 29 9 0 0.81 0.94 0.39 8.16 0.89 0.32
Hex 9C 1D 9 0 51 5E 27 8 59 20
Octal 234 35 11 0 121 136 47 10 131 40
Binary 10011100 11101 1001 0 1010001 1011110 100111 1000 1011001 100000

Color Harmonies of #9C1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1D09

Black with #9C1D09

Text Example


Text Example

White with #9C1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,29,9); }

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

background-color css

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

 a { background-color: rgb(156,29,9); }

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

border-color css

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

 span { border-color: rgb(156,29,9); }

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