Html Css Color HEX #9A150E Mandarian Orange

📋 copy color: '#9A150E'

red 154 ◦ green 21 ◦ blue 14

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

Shades of Mandarian Orange #9A150E

Tints of Mandarian Orange #9A150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 14 (5.86% from 255) = 7.41%

R = 81.48%
G = 11.11%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#9A150E (or 0x9A150E) is known color: Mandarian Orange. HEX triplet: 9A, 15 and 0E. RGB value is (154,21,14). Sum of RGB (Red+Green+Blue) = 154+21+14=189 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.48% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 154 - color contains mainly: red. Hex color #9A150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A150E is #65EAF1. Grayscale: #3C3C3C. Windows color (decimal): -6679282 or 923034. OLE color: 923034.

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

Color convert

RGB 154 21 14 -
CMYK 0 0.86 0.91 0.40
HSL 0.83% 0.33% -
HSV(B) 0.91% 0.6% -
XYZ 13.67 7.44 1.13 -
YUV 59.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 154 21 14 0 0.86 0.91 0.40 3 0.83 0.33
Hex 9A 15 E 0 56 5B 28 3 53 21
Octal 232 25 16 0 126 133 50 3 123 41
Binary 10011010 10101 1110 0 1010110 1011011 101000 11 1010011 100001

Color Harmonies of #9A150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A150E

Black with #9A150E

Text Example


Text Example

White with #9A150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,21,14); }

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

background-color css

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

 a { background-color: rgb(154,21,14); }

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

border-color css

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

 span { border-color: rgb(154,21,14); }

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