Html Css Color HEX #9C150D Mandarian Orange

📋 copy color: '#9C150D'

red 156 ◦ green 21 ◦ blue 13

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

Shades of Mandarian Orange #9C150D

Tints of Mandarian Orange #9C150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.84%

R = 82.11%
G = 11.05%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C150D (or 0x9C150D) is known color: Mandarian Orange. HEX triplet: 9C, 15 and 0D. RGB value is (156,21,13). Sum of RGB (Red+Green+Blue) = 156+21+13=190 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.11% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 156 - color contains mainly: red. Hex color #9C150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C150D is #63EAF2. Grayscale: #3C3C3C. Windows color (decimal): -6548211 or 857500. OLE color: 857500.

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

Color convert

RGB 156 21 13 -
CMYK 0 0.87 0.92 0.39
HSL 3.36º 0.85% 0.33% -
HSV(B) 3.36º 0.92% 0.61% -
XYZ 14.05 7.63 1.11 -
YUV 60.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 156 21 13 0 0.87 0.92 0.39 3.36 0.85 0.33
Hex 9C 15 D 0 57 5C 27 3 55 21
Octal 234 25 15 0 127 134 47 3 125 41
Binary 10011100 10101 1101 0 1010111 1011100 100111 11 1010101 100001

Color Harmonies of #9C150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C150D

Black with #9C150D

Text Example


Text Example

White with #9C150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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