Html Css Color HEX #9A2110 Mandarian Orange

📋 copy color: '#9A2110'

red 154 ◦ green 33 ◦ blue 16

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

Shades of Mandarian Orange #9A2110

Tints of Mandarian Orange #9A2110

RGB

 RED value IS 154 (60.55% from 255) = 75.86%

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 75.86%
G = 16.26%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A2110 (or 0x9A2110) is known color: Mandarian Orange. HEX triplet: 9A, 21 and 10. RGB value is (154,33,16). Sum of RGB (Red+Green+Blue) = 154+33+16=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2110 is #65DEEF. Grayscale: #434343. Windows color (decimal): -6676208 or 1057178. OLE color: 1057178.

HSL color Cylindrical-coordinate representation of color #9A2110: hue angle of 7.39º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A2110 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 33 16 -
CMYK 0 0.79 0.90 0.40
HSL 7.39º 0.81% 0.33% -
HSV(B) 7.39º 0.9% 0.6% -
XYZ 13.96 8 1.3 -
YUV 67.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 154 33 16 0 0.79 0.90 0.40 7.39 0.81 0.33
Hex 9A 21 10 0 4F 5A 28 7 51 21
Octal 232 41 20 0 117 132 50 7 121 41
Binary 10011010 100001 10000 0 1001111 1011010 101000 111 1010001 100001

Color Harmonies of #9A2110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2110

Black with #9A2110

Text Example


Text Example

White with #9A2110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,33,16); }

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

background-color css

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

 a { background-color: rgb(154,33,16); }

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

border-color css

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

 span { border-color: rgb(154,33,16); }

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