Html Css Color HEX #9C1B16 Mandarian Orange

📋 copy color: '#9C1B16'

red 156 ◦ green 27 ◦ blue 22

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

Shades of Mandarian Orange #9C1B16

Tints of Mandarian Orange #9C1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 76.1%
G = 13.17%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C1B16 (or 0x9C1B16) is known color: Mandarian Orange. HEX triplet: 9C, 1B and 16. RGB value is (156,27,22). Sum of RGB (Red+Green+Blue) = 156+27+22=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1B16 is #63E4E9. Grayscale: #414141. Windows color (decimal): -6546666 or 1448860. OLE color: 1448860.

HSL color Cylindrical-coordinate representation of color #9C1B16: hue angle of 2.24º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1B16 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 27 22 -
CMYK 0 0.83 0.86 0.39
HSL 2.24º 0.75% 0.35% -
HSV(B) 2.24º 0.86% 0.61% -
XYZ 14.25 7.91 1.53 -
YUV 65 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 156 27 22 0 0.83 0.86 0.39 2.24 0.75 0.35
Hex 9C 1B 16 0 53 56 27 2 4B 23
Octal 234 33 26 0 123 126 47 2 113 43
Binary 10011100 11011 10110 0 1010011 1010110 100111 10 1001011 100011

Color Harmonies of #9C1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1B16

Black with #9C1B16

Text Example


Text Example

White with #9C1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,27,22); }

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

background-color css

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

 a { background-color: rgb(156,27,22); }

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

border-color css

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

 span { border-color: rgb(156,27,22); }

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