Html Css Color HEX #9B1E0E Mandarian Orange

📋 copy color: '#9B1E0E'

red 155 ◦ green 30 ◦ blue 14

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

Shades of Mandarian Orange #9B1E0E

Tints of Mandarian Orange #9B1E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 77.89%
G = 15.08%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B1E0E (or 0x9B1E0E) is known color: Mandarian Orange. HEX triplet: 9B, 1E and 0E. RGB value is (155,30,14). Sum of RGB (Red+Green+Blue) = 155+30+14=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1E0E is #64E1F1. Grayscale: #414141. Windows color (decimal): -6611442 or 925339. OLE color: 925339.

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

Color convert

RGB 155 30 14 -
CMYK 0 0.81 0.91 0.39
HSL 6.81º 0.83% 0.33% -
HSV(B) 6.81º 0.91% 0.61% -
XYZ 14.06 7.93 1.2 -
YUV 65.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 155 30 14 0 0.81 0.91 0.39 6.81 0.83 0.33
Hex 9B 1E E 0 51 5B 27 7 53 21
Octal 233 36 16 0 121 133 47 7 123 41
Binary 10011011 11110 1110 0 1010001 1011011 100111 111 1010011 100001

Color Harmonies of #9B1E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1E0E

Black with #9B1E0E

Text Example


Text Example

White with #9B1E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,30,14); }

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

background-color css

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

 a { background-color: rgb(155,30,14); }

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

border-color css

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

 span { border-color: rgb(155,30,14); }

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