Html Css Color HEX #9C150E Mandarian Orange

📋 copy color: '#9C150E'

red 156 ◦ green 21 ◦ blue 14

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

Shades of Mandarian Orange #9C150E

Tints of Mandarian Orange #9C150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 14 (5.86% from 255) = 7.33%

R = 81.68%
G = 10.99%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C150E (or 0x9C150E) is known color: Mandarian Orange. HEX triplet: 9C, 15 and 0E. RGB value is (156,21,14). Sum of RGB (Red+Green+Blue) = 156+21+14=191 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.68% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 156 - color contains mainly: red. Hex color #9C150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C150E is #63EAF1. Grayscale: #3C3C3C. Windows color (decimal): -6548210 or 923036. OLE color: 923036.

HSL color Cylindrical-coordinate representation of color #9C150E: hue angle of 2.96º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C150E is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 21 14 -
CMYK 0 0.87 0.91 0.39
HSL 2.96º 0.84% 0.33% -
HSV(B) 2.96º 0.91% 0.61% -
XYZ 14.06 7.64 1.15 -
YUV 60.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 156 21 14 0 0.87 0.91 0.39 2.96 0.84 0.33
Hex 9C 15 E 0 57 5B 27 3 54 21
Octal 234 25 16 0 127 133 47 3 124 41
Binary 10011100 10101 1110 0 1010111 1011011 100111 11 1010100 100001

Color Harmonies of #9C150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C150E

Black with #9C150E

Text Example


Text Example

White with #9C150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,14); }

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

background-color css

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

 a { background-color: rgb(156,21,14); }

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

border-color css

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

 span { border-color: rgb(156,21,14); }

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