Html Css Color HEX #9B190F Mandarian Orange

📋 copy color: '#9B190F'

red 155 ◦ green 25 ◦ blue 15

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

Shades of Mandarian Orange #9B190F

Tints of Mandarian Orange #9B190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 79.49%
G = 12.82%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B190F (or 0x9B190F) is known color: Mandarian Orange. HEX triplet: 9B, 19 and 0F. RGB value is (155,25,15). Sum of RGB (Red+Green+Blue) = 155+25+15=195 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.49% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 155 - color contains mainly: red. Hex color #9B190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B190F is #64E6F0. Grayscale: #3E3E3E. Windows color (decimal): -6612721 or 989595. OLE color: 989595.

HSL color Cylindrical-coordinate representation of color #9B190F: hue angle of 4.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B190F is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 25 15 -
CMYK 0 0.84 0.90 0.39
HSL 4.29º 0.82% 0.33% -
HSV(B) 4.29º 0.9% 0.61% -
XYZ 13.95 7.7 1.2 -
YUV 62.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 155 25 15 0 0.84 0.90 0.39 4.29 0.82 0.33
Hex 9B 19 F 0 54 5A 27 4 52 21
Octal 233 31 17 0 124 132 47 4 122 41
Binary 10011011 11001 1111 0 1010100 1011010 100111 100 1010010 100001

Color Harmonies of #9B190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B190F

Black with #9B190F

Text Example


Text Example

White with #9B190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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