Html Css Color HEX #9B2005 Mandarian Orange

📋 copy color: '#9B2005'

red 155 ◦ green 32 ◦ blue 5

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

Shades of Mandarian Orange #9B2005

Tints of Mandarian Orange #9B2005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 80.73%
G = 16.67%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B2005 (or 0x9B2005) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 05. RGB value is (155,32,5). Sum of RGB (Red+Green+Blue) = 155+32+5=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2005 is #64DFFA. Grayscale: #414141. Windows color (decimal): -6610939 or 336027. OLE color: 336027.

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

Color convert

RGB 155 32 5 -
CMYK 0 0.79 0.97 0.39
HSL 10.8º 0.94% 0.31% -
HSV(B) 10.8º 0.97% 0.61% -
XYZ 14.06 8.01 0.95 -
YUV 65.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 155 32 5 0 0.79 0.97 0.39 10.8 0.94 0.31
Hex 9B 20 5 0 4F 61 27 B 5E 1F
Octal 233 40 5 0 117 141 47 13 136 37
Binary 10011011 100000 101 0 1001111 1100001 100111 1011 1011110 11111

Color Harmonies of #9B2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2005

Black with #9B2005

Text Example


Text Example

White with #9B2005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,5); }

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

background-color css

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

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

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

border-color css

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

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

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