Html Css Color HEX #9C2613 Mandarian Orange

📋 copy color: '#9C2613'

red 156 ◦ green 38 ◦ blue 19

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

Shades of Mandarian Orange #9C2613

Tints of Mandarian Orange #9C2613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 73.24%
G = 17.84%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C2613 (or 0x9C2613) is known color: Mandarian Orange. HEX triplet: 9C, 26 and 13. RGB value is (156,38,19). Sum of RGB (Red+Green+Blue) = 156+38+19=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2613 is #63D9EC. Grayscale: #474747. Windows color (decimal): -6543853 or 1255068. OLE color: 1255068.

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

Color convert

RGB 156 38 19 -
CMYK 0 0.76 0.88 0.39
HSL 8.32º 0.78% 0.34% -
HSV(B) 8.32º 0.88% 0.61% -
XYZ 14.52 8.5 1.49 -
YUV 71.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 156 38 19 0 0.76 0.88 0.39 8.32 0.78 0.34
Hex 9C 26 13 0 4C 58 27 8 4E 22
Octal 234 46 23 0 114 130 47 10 116 42
Binary 10011100 100110 10011 0 1001100 1011000 100111 1000 1001110 100010

Color Harmonies of #9C2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2613

Black with #9C2613

Text Example


Text Example

White with #9C2613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,38,19); }

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

background-color css

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

 a { background-color: rgb(156,38,19); }

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

border-color css

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

 span { border-color: rgb(156,38,19); }

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