Html Css Color HEX #9C221A Mandarian Orange

📋 copy color: '#9C221A'

red 156 ◦ green 34 ◦ blue 26

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

Shades of Mandarian Orange #9C221A

Tints of Mandarian Orange #9C221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 72.22%
G = 15.74%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C221A (or 0x9C221A) is known color: Mandarian Orange. HEX triplet: 9C, 22 and 1A. RGB value is (156,34,26). Sum of RGB (Red+Green+Blue) = 156+34+26=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C221A is #63DDE5. Grayscale: #454545. Windows color (decimal): -6544870 or 1712796. OLE color: 1712796.

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

Color convert

RGB 156 34 26 -
CMYK 0 0.78 0.83 0.39
HSL 3.69º 0.71% 0.36% -
HSV(B) 3.69º 0.83% 0.61% -
XYZ 14.47 8.29 1.81 -
YUV 69.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 156 34 26 0 0.78 0.83 0.39 3.69 0.71 0.36
Hex 9C 22 1A 0 4E 53 27 4 47 24
Octal 234 42 32 0 116 123 47 4 107 44
Binary 10011100 100010 11010 0 1001110 1010011 100111 100 1000111 100100

Color Harmonies of #9C221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C221A

Black with #9C221A

Text Example


Text Example

White with #9C221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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