Html Css Color HEX #9A2916 Mandarian Orange

📋 copy color: '#9A2916'

red 154 ◦ green 41 ◦ blue 22

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

Shades of Mandarian Orange #9A2916

Tints of Mandarian Orange #9A2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.89%

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

R = 70.97%
G = 18.89%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A2916 (or 0x9A2916) is known color: Mandarian Orange. HEX triplet: 9A, 29 and 16. RGB value is (154,41,22). Sum of RGB (Red+Green+Blue) = 154+41+22=217 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.97% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2916 is #65D6E9. Grayscale: #484848. Windows color (decimal): -6674154 or 1452442. OLE color: 1452442.

HSL color Cylindrical-coordinate representation of color #9A2916: hue angle of 8.64º 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 #9A2916 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 41 22 -
CMYK 0 0.73 0.86 0.40
HSL 8.64º 0.75% 0.35% -
HSV(B) 8.64º 0.86% 0.6% -
XYZ 14.26 8.51 1.65 -
YUV 72.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 154 41 22 0 0.73 0.86 0.40 8.64 0.75 0.35
Hex 9A 29 16 0 49 56 28 9 4B 23
Octal 232 51 26 0 111 126 50 11 113 43
Binary 10011010 101001 10110 0 1001001 1010110 101000 1001 1001011 100011

Color Harmonies of #9A2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2916

Black with #9A2916

Text Example


Text Example

White with #9A2916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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