Html Css Color HEX #9B2002 Mandarian Orange

📋 copy color: '#9B2002'

red 155 ◦ green 32 ◦ blue 2

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

Shades of Mandarian Orange #9B2002

Tints of Mandarian Orange #9B2002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 82.01%
G = 16.93%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B2002 (or 0x9B2002) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 02. RGB value is (155,32,2). Sum of RGB (Red+Green+Blue) = 155+32+2=189 (25% of max value = 765). Red value is 155 (60.94% from 255 or 82.01% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2002 is #64DFFD. Grayscale: #414141. Windows color (decimal): -6610942 or 139419. OLE color: 139419.

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

Color convert

RGB 155 32 2 -
CMYK 0 0.79 0.99 0.39
HSL 11.76º 0.97% 0.31% -
HSV(B) 11.76º 0.99% 0.61% -
XYZ 14.05 8.01 0.86 -
YUV 65.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 155 32 2 0 0.79 0.99 0.39 11.76 0.97 0.31
Hex 9B 20 2 0 4F 63 27 C 61 1F
Octal 233 40 2 0 117 143 47 14 141 37
Binary 10011011 100000 10 0 1001111 1100011 100111 1100 1100001 11111

Color Harmonies of #9B2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2002

Black with #9B2002

Text Example


Text Example

White with #9B2002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,2); }

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

background-color css

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

 a { background-color: rgb(155,32,2); }

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

border-color css

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

 span { border-color: rgb(155,32,2); }

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