Html Css Color HEX #9C1D1B Mandarian Orange

📋 copy color: '#9C1D1B'

red 156 ◦ green 29 ◦ blue 27

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

Shades of Mandarian Orange #9C1D1B

Tints of Mandarian Orange #9C1D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 73.58%
G = 13.68%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C1D1B (or 0x9C1D1B) is known color: Mandarian Orange. HEX triplet: 9C, 1D and 1B. RGB value is (156,29,27). Sum of RGB (Red+Green+Blue) = 156+29+27=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1D1B is #63E2E4. Grayscale: #424242. Windows color (decimal): -6546149 or 1777052. OLE color: 1777052.

HSL color Cylindrical-coordinate representation of color #9C1D1B: hue angle of 0.93º 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 #9C1D1B is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 29 27 -
CMYK 0 0.81 0.83 0.39
HSL 0.93º 0.7% 0.36% -
HSV(B) 0.93º 0.83% 0.61% -
XYZ 14.35 8.03 1.83 -
YUV 66.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 156 29 27 0 0.81 0.83 0.39 0.93 0.7 0.36
Hex 9C 1D 1B 0 51 53 27 1 46 24
Octal 234 35 33 0 121 123 47 1 106 44
Binary 10011100 11101 11011 0 1010001 1010011 100111 1 1000110 100100

Color Harmonies of #9C1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1D1B

Black with #9C1D1B

Text Example


Text Example

White with #9C1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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