Html Css Color HEX #9C2320 Mandarian Orange

📋 copy color: '#9C2320'

red 156 ◦ green 35 ◦ blue 32

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

Shades of Mandarian Orange #9C2320

Tints of Mandarian Orange #9C2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 69.96%
G = 15.7%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C2320 (or 0x9C2320) is known color: Mandarian Orange. HEX triplet: 9C, 23 and 20. RGB value is (156,35,32). Sum of RGB (Red+Green+Blue) = 156+35+32=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2320 is #63DCDF. Grayscale: #464646. Windows color (decimal): -6544608 or 2106268. OLE color: 2106268.

HSL color Cylindrical-coordinate representation of color #9C2320: hue angle of 1.45º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2320 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 35 32 -
CMYK 0 0.78 0.79 0.39
HSL 1.45º 0.66% 0.37% -
HSV(B) 1.45º 0.79% 0.61% -
XYZ 14.57 8.37 2.21 -
YUV 70.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 156 35 32 0 0.78 0.79 0.39 1.45 0.66 0.37
Hex 9C 23 20 0 4E 4F 27 1 42 25
Octal 234 43 40 0 116 117 47 1 102 45
Binary 10011100 100011 100000 0 1001110 1001111 100111 1 1000010 100101

Color Harmonies of #9C2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2320

Black with #9C2320

Text Example


Text Example

White with #9C2320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,35,32); }

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

background-color css

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

 a { background-color: rgb(156,35,32); }

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

border-color css

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

 span { border-color: rgb(156,35,32); }

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