Html Css Color HEX #9B2422 Mandarian Orange

📋 copy color: '#9B2422'

red 155 ◦ green 36 ◦ blue 34

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

Shades of Mandarian Orange #9B2422

Tints of Mandarian Orange #9B2422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

 BLUE value IS 34 (13.67% from 255) = 15.11%

R = 68.89%
G = 16%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B2422 (or 0x9B2422) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 22. RGB value is (155,36,34). Sum of RGB (Red+Green+Blue) = 155+36+34=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2422 is #64DBDD. Grayscale: #474747. Windows color (decimal): -6609886 or 2237595. OLE color: 2237595.

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

Color convert

RGB 155 36 34 -
CMYK 0 0.77 0.78 0.39
HSL 0.99º 0.64% 0.37% -
HSV(B) 0.99º 0.78% 0.61% -
XYZ 14.44 8.35 2.36 -
YUV 71.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 155 36 34 0 0.77 0.78 0.39 0.99 0.64 0.37
Hex 9B 24 22 0 4D 4E 27 1 40 25
Octal 233 44 42 0 115 116 47 1 100 45
Binary 10011011 100100 100010 0 1001101 1001110 100111 1 1000000 100101

Color Harmonies of #9B2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2422

Black with #9B2422

Text Example


Text Example

White with #9B2422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,34); }

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

background-color css

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

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

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

border-color css

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

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

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