Html Css Color HEX #9B2015 Mandarian Orange

📋 copy color: '#9B2015'

red 155 ◦ green 32 ◦ blue 21

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

Shades of Mandarian Orange #9B2015

Tints of Mandarian Orange #9B2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 74.52%
G = 15.38%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B2015 (or 0x9B2015) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 15. RGB value is (155,32,21). Sum of RGB (Red+Green+Blue) = 155+32+21=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2015 is #64DFEA. Grayscale: #434343. Windows color (decimal): -6610923 or 1384603. OLE color: 1384603.

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

Color convert

RGB 155 32 21 -
CMYK 0 0.79 0.86 0.39
HSL 4.93º 0.76% 0.35% -
HSV(B) 4.93º 0.86% 0.61% -
XYZ 14.17 8.06 1.52 -
YUV 67.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 155 32 21 0 0.79 0.86 0.39 4.93 0.76 0.35
Hex 9B 20 15 0 4F 56 27 5 4C 23
Octal 233 40 25 0 117 126 47 5 114 43
Binary 10011011 100000 10101 0 1001111 1010110 100111 101 1001100 100011

Color Harmonies of #9B2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2015

Black with #9B2015

Text Example


Text Example

White with #9B2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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