Html Css Color HEX #9B2505 Mandarian Orange

📋 copy color: '#9B2505'

red 155 ◦ green 37 ◦ blue 5

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

Shades of Mandarian Orange #9B2505

Tints of Mandarian Orange #9B2505

RGB

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

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

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

R = 78.68%
G = 18.78%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B2505 (or 0x9B2505) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 05. RGB value is (155,37,5). Sum of RGB (Red+Green+Blue) = 155+37+5=197 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.68% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2505 is #64DAFA. Grayscale: #444444. Windows color (decimal): -6609659 or 337307. OLE color: 337307.

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

Color convert

RGB 155 37 5 -
CMYK 0 0.76 0.97 0.39
HSL 12.8º 0.94% 0.31% -
HSV(B) 12.8º 0.97% 0.61% -
XYZ 14.21 8.3 1 -
YUV 68.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 155 37 5 0 0.76 0.97 0.39 12.8 0.94 0.31
Hex 9B 25 5 0 4C 61 27 D 5E 1F
Octal 233 45 5 0 114 141 47 15 136 37
Binary 10011011 100101 101 0 1001100 1100001 100111 1101 1011110 11111

Color Harmonies of #9B2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2505

Black with #9B2505

Text Example


Text Example

White with #9B2505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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