Html Css Color HEX #9B1B19 Mandarian Orange

📋 copy color: '#9B1B19'

red 155 ◦ green 27 ◦ blue 25

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

Shades of Mandarian Orange #9B1B19

Tints of Mandarian Orange #9B1B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 74.88%
G = 13.04%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B1B19 (or 0x9B1B19) is known color: Mandarian Orange. HEX triplet: 9B, 1B and 19. RGB value is (155,27,25). Sum of RGB (Red+Green+Blue) = 155+27+25=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1B19 is #64E4E6. Grayscale: #414141. Windows color (decimal): -6612199 or 1645467. OLE color: 1645467.

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

Color convert

RGB 155 27 25 -
CMYK 0 0.83 0.84 0.39
HSL 0.92º 0.72% 0.35% -
HSV(B) 0.92º 0.84% 0.61% -
XYZ 14.08 7.82 1.69 -
YUV 65.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 155 27 25 0 0.83 0.84 0.39 0.92 0.72 0.35
Hex 9B 1B 19 0 53 54 27 1 48 23
Octal 233 33 31 0 123 124 47 1 110 43
Binary 10011011 11011 11001 0 1010011 1010100 100111 1 1001000 100011

Color Harmonies of #9B1B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1B19

Black with #9B1B19

Text Example


Text Example

White with #9B1B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,27,25); }

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

background-color css

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

 a { background-color: rgb(155,27,25); }

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

border-color css

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

 span { border-color: rgb(155,27,25); }

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