Html Css Color HEX #9A2516 Mandarian Orange

📋 copy color: '#9A2516'

red 154 ◦ green 37 ◦ blue 22

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

Shades of Mandarian Orange #9A2516

Tints of Mandarian Orange #9A2516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

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

R = 72.3%
G = 17.37%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A2516 (or 0x9A2516) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 16. RGB value is (154,37,22). Sum of RGB (Red+Green+Blue) = 154+37+22=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2516 is #65DAE9. Grayscale: #464646. Windows color (decimal): -6675178 or 1451418. OLE color: 1451418.

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

Color convert

RGB 154 37 22 -
CMYK 0 0.76 0.86 0.40
HSL 6.82º 0.75% 0.35% -
HSV(B) 6.82º 0.86% 0.6% -
XYZ 14.13 8.25 1.61 -
YUV 70.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 154 37 22 0 0.76 0.86 0.40 6.82 0.75 0.35
Hex 9A 25 16 0 4C 56 28 7 4B 23
Octal 232 45 26 0 114 126 50 7 113 43
Binary 10011010 100101 10110 0 1001100 1010110 101000 111 1001011 100011

Color Harmonies of #9A2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2516

Black with #9A2516

Text Example


Text Example

White with #9A2516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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