Html Css Color HEX #9B2522 Mandarian Orange

📋 copy color: '#9B2522'

red 155 ◦ green 37 ◦ blue 34

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

Shades of Mandarian Orange #9B2522

Tints of Mandarian Orange #9B2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

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

R = 68.58%
G = 16.37%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B2522 (or 0x9B2522) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 22. RGB value is (155,37,34). Sum of RGB (Red+Green+Blue) = 155+37+34=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2522 is #64DADD. Grayscale: #484848. Windows color (decimal): -6609630 or 2237851. OLE color: 2237851.

HSL color Cylindrical-coordinate representation of color #9B2522: hue angle of 1.49º 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 #9B2522 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 37 34 -
CMYK 0 0.76 0.78 0.39
HSL 1.49º 0.64% 0.37% -
HSV(B) 1.49º 0.78% 0.61% -
XYZ 14.47 8.41 2.37 -
YUV 71.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 155 37 34 0 0.76 0.78 0.39 1.49 0.64 0.37
Hex 9B 25 22 0 4C 4E 27 1 40 25
Octal 233 45 42 0 114 116 47 1 100 45
Binary 10011011 100101 100010 0 1001100 1001110 100111 1 1000000 100101

Color Harmonies of #9B2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2522

Black with #9B2522

Text Example


Text Example

White with #9B2522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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