Html Css Color HEX #9A231A Mandarian Orange

📋 copy color: '#9A231A'

red 154 ◦ green 35 ◦ blue 26

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

Shades of Mandarian Orange #9A231A

Tints of Mandarian Orange #9A231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 71.63%
G = 16.28%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#9A231A (or 0x9A231A) is known color: Mandarian Orange. HEX triplet: 9A, 23 and 1A. RGB value is (154,35,26). Sum of RGB (Red+Green+Blue) = 154+35+26=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A231A is #65DCE5. Grayscale: #454545. Windows color (decimal): -6675686 or 1713050. OLE color: 1713050.

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

Color convert

RGB 154 35 26 -
CMYK 0 0.77 0.83 0.40
HSL 4.22º 0.71% 0.35% -
HSV(B) 4.22º 0.83% 0.6% -
XYZ 14.11 8.15 1.81 -
YUV 69.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 154 35 26 0 0.77 0.83 0.40 4.22 0.71 0.35
Hex 9A 23 1A 0 4D 53 28 4 47 23
Octal 232 43 32 0 115 123 50 4 107 43
Binary 10011010 100011 11010 0 1001101 1010011 101000 100 1000111 100011

Color Harmonies of #9A231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A231A

Black with #9A231A

Text Example


Text Example

White with #9A231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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