Html Css Color HEX #9A2616 Mandarian Orange

📋 copy color: '#9A2616'

red 154 ◦ green 38 ◦ blue 22

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

Shades of Mandarian Orange #9A2616

Tints of Mandarian Orange #9A2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

 BLUE value IS 22 (8.98% from 255) = 10.28%

R = 71.96%
G = 17.76%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A2616 (or 0x9A2616) is known color: Mandarian Orange. HEX triplet: 9A, 26 and 16. RGB value is (154,38,22). Sum of RGB (Red+Green+Blue) = 154+38+22=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2616 is #65D9E9. Grayscale: #474747. Windows color (decimal): -6674922 or 1451674. OLE color: 1451674.

HSL color Cylindrical-coordinate representation of color #9A2616: hue angle of 7.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A2616 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 38 22 -
CMYK 0 0.75 0.86 0.40
HSL 7.27º 0.75% 0.35% -
HSV(B) 7.27º 0.86% 0.6% -
XYZ 14.16 8.31 1.62 -
YUV 70.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 154 38 22 0 0.75 0.86 0.40 7.27 0.75 0.35
Hex 9A 26 16 0 4B 56 28 7 4B 23
Octal 232 46 26 0 113 126 50 7 113 43
Binary 10011010 100110 10110 0 1001011 1010110 101000 111 1001011 100011

Color Harmonies of #9A2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2616

Black with #9A2616

Text Example


Text Example

White with #9A2616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,38,22); }

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

background-color css

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

 a { background-color: rgb(154,38,22); }

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

border-color css

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

 span { border-color: rgb(154,38,22); }

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