Html Css Color HEX #9C201B Mandarian Orange

📋 copy color: '#9C201B'

red 156 ◦ green 32 ◦ blue 27

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

Shades of Mandarian Orange #9C201B

Tints of Mandarian Orange #9C201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 72.56%
G = 14.88%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C201B (or 0x9C201B) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 1B. RGB value is (156,32,27). Sum of RGB (Red+Green+Blue) = 156+32+27=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C201B is #63DFE4. Grayscale: #444444. Windows color (decimal): -6545381 or 1777820. OLE color: 1777820.

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

Color convert

RGB 156 32 27 -
CMYK 0 0.79 0.83 0.39
HSL 2.33º 0.7% 0.36% -
HSV(B) 2.33º 0.83% 0.61% -
XYZ 14.42 8.18 1.86 -
YUV 68.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 156 32 27 0 0.79 0.83 0.39 2.33 0.7 0.36
Hex 9C 20 1B 0 4F 53 27 2 46 24
Octal 234 40 33 0 117 123 47 2 106 44
Binary 10011100 100000 11011 0 1001111 1010011 100111 10 1000110 100100

Color Harmonies of #9C201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C201B

Black with #9C201B

Text Example


Text Example

White with #9C201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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