Html Css Color HEX #9A231D Mandarian Orange

📋 copy color: '#9A231D'

red 154 ◦ green 35 ◦ blue 29

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

Shades of Mandarian Orange #9A231D

Tints of Mandarian Orange #9A231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 70.64%
G = 16.06%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A231D (or 0x9A231D) is known color: Mandarian Orange. HEX triplet: 9A, 23 and 1D. RGB value is (154,35,29). Sum of RGB (Red+Green+Blue) = 154+35+29=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A231D is #65DCE2. Grayscale: #464646. Windows color (decimal): -6675683 or 1909658. OLE color: 1909658.

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

Color convert

RGB 154 35 29 -
CMYK 0 0.77 0.81 0.40
HSL 2.88º 0.68% 0.36% -
HSV(B) 2.88º 0.81% 0.6% -
XYZ 14.15 8.16 1.99 -
YUV 69.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 154 35 29 0 0.77 0.81 0.40 2.88 0.68 0.36
Hex 9A 23 1D 0 4D 51 28 3 44 24
Octal 232 43 35 0 115 121 50 3 104 44
Binary 10011010 100011 11101 0 1001101 1010001 101000 11 1000100 100100

Color Harmonies of #9A231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A231D

Black with #9A231D

Text Example


Text Example

White with #9A231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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