Html Css Color HEX #9D2002 Mandarian Orange

📋 copy color: '#9D2002'

red 157 ◦ green 32 ◦ blue 2

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

Shades of Mandarian Orange #9D2002

Tints of Mandarian Orange #9D2002

RGB

 RED value IS 157 (61.72% from 255) = 82.2%

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

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

R = 82.2%
G = 16.75%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9D2002 (or 0x9D2002) is known color: Mandarian Orange. HEX triplet: 9D, 20 and 02. RGB value is (157,32,2). Sum of RGB (Red+Green+Blue) = 157+32+2=191 (25% of max value = 765). Red value is 157 (61.72% from 255 or 82.20% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2002 is #62DFFD. Grayscale: #424242. Windows color (decimal): -6479870 or 139421. OLE color: 139421.

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

Color convert

RGB 157 32 2 -
CMYK 0 0.80 0.99 0.38
HSL 11.61º 0.97% 0.31% -
HSV(B) 11.61º 0.99% 0.62% -
XYZ 14.43 8.21 0.88 -
YUV 65.96 91.91 192.94 -
System Red Green Blue C M Y K H S L
Decimal 157 32 2 0 0.80 0.99 0.38 11.61 0.97 0.31
Hex 9D 20 2 0 50 63 26 C 61 1F
Octal 235 40 2 0 120 143 46 14 141 37
Binary 10011101 100000 10 0 1010000 1100011 100110 1100 1100001 11111

Color Harmonies of #9D2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2002

Black with #9D2002

Text Example


Text Example

White with #9D2002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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