Html Css Color HEX #9B1A16 Mandarian Orange

📋 copy color: '#9B1A16'

red 155 ◦ green 26 ◦ blue 22

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

Shades of Mandarian Orange #9B1A16

Tints of Mandarian Orange #9B1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 76.35%
G = 12.81%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B1A16 (or 0x9B1A16) is known color: Mandarian Orange. HEX triplet: 9B, 1A and 16. RGB value is (155,26,22). Sum of RGB (Red+Green+Blue) = 155+26+22=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1A16 is #64E5E9. Grayscale: #404040. Windows color (decimal): -6612458 or 1448603. OLE color: 1448603.

HSL color Cylindrical-coordinate representation of color #9B1A16: hue angle of 1.8º degrees, saturation: 0.75, 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 #9B1A16 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 26 22 -
CMYK 0 0.83 0.86 0.39
HSL 1.8º 0.75% 0.35% -
HSV(B) 1.8º 0.86% 0.61% -
XYZ 14.03 7.77 1.52 -
YUV 64.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 155 26 22 0 0.83 0.86 0.39 1.8 0.75 0.35
Hex 9B 1A 16 0 53 56 27 2 4B 23
Octal 233 32 26 0 123 126 47 2 113 43
Binary 10011011 11010 10110 0 1010011 1010110 100111 10 1001011 100011

Color Harmonies of #9B1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A16

Black with #9B1A16

Text Example


Text Example

White with #9B1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,26,22); }

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

background-color css

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

 a { background-color: rgb(155,26,22); }

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

border-color css

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

 span { border-color: rgb(155,26,22); }

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