Html Css Color HEX #9B2502 Mandarian Orange

📋 copy color: '#9B2502'

red 155 ◦ green 37 ◦ blue 2

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

Shades of Mandarian Orange #9B2502

Tints of Mandarian Orange #9B2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

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

R = 79.9%
G = 19.07%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B2502 (or 0x9B2502) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 02. RGB value is (155,37,2). Sum of RGB (Red+Green+Blue) = 155+37+2=194 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.90% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2502 is #64DAFD. Grayscale: #444444. Windows color (decimal): -6609662 or 140699. OLE color: 140699.

HSL color Cylindrical-coordinate representation of color #9B2502: hue angle of 13.73º 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 #9B2502 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 37 2 -
CMYK 0 0.76 0.99 0.39
HSL 13.73º 0.97% 0.31% -
HSV(B) 13.73º 0.99% 0.61% -
XYZ 14.19 8.3 0.91 -
YUV 68.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 155 37 2 0 0.76 0.99 0.39 13.73 0.97 0.31
Hex 9B 25 2 0 4C 63 27 E 61 1F
Octal 233 45 2 0 114 143 47 16 141 37
Binary 10011011 100101 10 0 1001100 1100011 100111 1110 1100001 11111

Color Harmonies of #9B2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2502

Black with #9B2502

Text Example


Text Example

White with #9B2502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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