Html Css Color HEX #9B231A Mandarian Orange

📋 copy color: '#9B231A'

red 155 ◦ green 35 ◦ blue 26

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

Shades of Mandarian Orange #9B231A

Tints of Mandarian Orange #9B231A

RGB

 RED value IS 155 (60.94% from 255) = 71.76%

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

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

R = 71.76%
G = 16.2%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B231A (or 0x9B231A) is known color: Mandarian Orange. HEX triplet: 9B, 23 and 1A. RGB value is (155,35,26). Sum of RGB (Red+Green+Blue) = 155+35+26=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B231A is #64DCE5. Grayscale: #464646. Windows color (decimal): -6610150 or 1713051. OLE color: 1713051.

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

Color convert

RGB 155 35 26 -
CMYK 0 0.77 0.83 0.39
HSL 4.19º 0.71% 0.35% -
HSV(B) 4.19º 0.83% 0.61% -
XYZ 14.31 8.25 1.81 -
YUV 69.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 155 35 26 0 0.77 0.83 0.39 4.19 0.71 0.35
Hex 9B 23 1A 0 4D 53 27 4 47 23
Octal 233 43 32 0 115 123 47 4 107 43
Binary 10011011 100011 11010 0 1001101 1010011 100111 100 1000111 100011

Color Harmonies of #9B231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B231A

Black with #9B231A

Text Example


Text Example

White with #9B231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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