Html Css Color HEX #9A2310 Mandarian Orange

📋 copy color: '#9A2310'

red 154 ◦ green 35 ◦ blue 16

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

Shades of Mandarian Orange #9A2310

Tints of Mandarian Orange #9A2310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 75.12%
G = 17.07%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A2310 (or 0x9A2310) is known color: Mandarian Orange. HEX triplet: 9A, 23 and 10. RGB value is (154,35,16). Sum of RGB (Red+Green+Blue) = 154+35+16=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2310 is #65DCEF. Grayscale: #444444. Windows color (decimal): -6675696 or 1057690. OLE color: 1057690.

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

Color convert

RGB 154 35 16 -
CMYK 0 0.77 0.90 0.40
HSL 8.26º 0.81% 0.33% -
HSV(B) 8.26º 0.9% 0.6% -
XYZ 14.02 8.11 1.32 -
YUV 68.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 154 35 16 0 0.77 0.90 0.40 8.26 0.81 0.33
Hex 9A 23 10 0 4D 5A 28 8 51 21
Octal 232 43 20 0 115 132 50 10 121 41
Binary 10011010 100011 10000 0 1001101 1011010 101000 1000 1010001 100001

Color Harmonies of #9A2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2310

Black with #9A2310

Text Example


Text Example

White with #9A2310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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