Html Css Color HEX #9B2323 Mandarian Orange

📋 copy color: '#9B2323'

red 155 ◦ green 35 ◦ blue 35

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

Shades of Mandarian Orange #9B2323

Tints of Mandarian Orange #9B2323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 68.89%
G = 15.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B2323 (or 0x9B2323) is known color: Mandarian Orange. HEX triplet: 9B, 23 and 23. RGB value is (155,35,35). Sum of RGB (Red+Green+Blue) = 155+35+35=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2323 is #64DCDC. Grayscale: #474747. Windows color (decimal): -6610141 or 2302875. OLE color: 2302875.

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

Color convert

RGB 155 35 35 -
CMYK 0 0.77 0.77 0.39
HSL 0.63% 0.37% -
HSV(B) 0.77% 0.61% -
XYZ 14.42 8.29 2.43 -
YUV 70.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 155 35 35 0 0.77 0.77 0.39 0 0.63 0.37
Hex 9B 23 23 0 4D 4D 27 0 3F 25
Octal 233 43 43 0 115 115 47 0 77 45
Binary 10011011 100011 100011 0 1001101 1001101 100111 0 111111 100101

Color Harmonies of #9B2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2323

Black with #9B2323

Text Example


Text Example

White with #9B2323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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