Html Css Color HEX #9B2108 Mandarian Orange

📋 copy color: '#9B2108'

red 155 ◦ green 33 ◦ blue 8

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

Shades of Mandarian Orange #9B2108

Tints of Mandarian Orange #9B2108

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 8 (3.52% from 255) = 4.08%

R = 79.08%
G = 16.84%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B2108 (or 0x9B2108) is known color: Mandarian Orange. HEX triplet: 9B, 21 and 08. RGB value is (155,33,8). Sum of RGB (Red+Green+Blue) = 155+33+8=196 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.08% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2108 is #64DEF7. Grayscale: #424242. Windows color (decimal): -6610680 or 532891. OLE color: 532891.

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

Color convert

RGB 155 33 8 -
CMYK 0 0.79 0.95 0.39
HSL 10.2º 0.9% 0.32% -
HSV(B) 10.2º 0.95% 0.61% -
XYZ 14.11 8.07 1.04 -
YUV 66.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 155 33 8 0 0.79 0.95 0.39 10.2 0.9 0.32
Hex 9B 21 8 0 4F 5F 27 A 5A 20
Octal 233 41 10 0 117 137 47 12 132 40
Binary 10011011 100001 1000 0 1001111 1011111 100111 1010 1011010 100000

Color Harmonies of #9B2108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2108

Black with #9B2108

Text Example


Text Example

White with #9B2108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,33,8); }

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

background-color css

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

 a { background-color: rgb(155,33,8); }

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

border-color css

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

 span { border-color: rgb(155,33,8); }

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