Html Css Color HEX #9C1B1A Mandarian Orange

📋 copy color: '#9C1B1A'

red 156 ◦ green 27 ◦ blue 26

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

Shades of Mandarian Orange #9C1B1A

Tints of Mandarian Orange #9C1B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.44%

R = 74.64%
G = 12.92%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C1B1A (or 0x9C1B1A) is known color: Mandarian Orange. HEX triplet: 9C, 1B and 1A. RGB value is (156,27,26). Sum of RGB (Red+Green+Blue) = 156+27+26=209 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.64% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B1A is #63E4E5. Grayscale: #414141. Windows color (decimal): -6546662 or 1711004. OLE color: 1711004.

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

Color convert

RGB 156 27 26 -
CMYK 0 0.83 0.83 0.39
HSL 0.46º 0.71% 0.36% -
HSV(B) 0.46º 0.83% 0.61% -
XYZ 14.29 7.93 1.75 -
YUV 65.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 156 27 26 0 0.83 0.83 0.39 0.46 0.71 0.36
Hex 9C 1B 1A 0 53 53 27 0 47 24
Octal 234 33 32 0 123 123 47 0 107 44
Binary 10011100 11011 11010 0 1010011 1010011 100111 0 1000111 100100

Color Harmonies of #9C1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1B1A

Black with #9C1B1A

Text Example


Text Example

White with #9C1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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