Html Css Color HEX #9B231C Mandarian Orange

📋 copy color: '#9B231C'

red 155 ◦ green 35 ◦ blue 28

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

Shades of Mandarian Orange #9B231C

Tints of Mandarian Orange #9B231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 71.1%
G = 16.06%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B231C (or 0x9B231C) is known color: Mandarian Orange. HEX triplet: 9B, 23 and 1C. RGB value is (155,35,28). Sum of RGB (Red+Green+Blue) = 155+35+28=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B231C is #64DCE3. Grayscale: #464646. Windows color (decimal): -6610148 or 1844123. OLE color: 1844123.

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

Color convert

RGB 155 35 28 -
CMYK 0 0.77 0.82 0.39
HSL 3.31º 0.69% 0.36% -
HSV(B) 3.31º 0.82% 0.61% -
XYZ 14.33 8.25 1.94 -
YUV 70.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 155 35 28 0 0.77 0.82 0.39 3.31 0.69 0.36
Hex 9B 23 1C 0 4D 52 27 3 45 24
Octal 233 43 34 0 115 122 47 3 105 44
Binary 10011011 100011 11100 0 1001101 1010010 100111 11 1000101 100100

Color Harmonies of #9B231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B231C

Black with #9B231C

Text Example


Text Example

White with #9B231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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