Html Css Color HEX #9C2020 Mandarian Orange

📋 copy color: '#9C2020'

red 156 ◦ green 32 ◦ blue 32

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

Shades of Mandarian Orange #9C2020

Tints of Mandarian Orange #9C2020

RGB

 RED value IS 156 (61.33% from 255) = 70.91%

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

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 70.91%
G = 14.55%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C2020 (or 0x9C2020) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 20. RGB value is (156,32,32). Sum of RGB (Red+Green+Blue) = 156+32+32=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2020 is #63DFDF. Grayscale: #454545. Windows color (decimal): -6545376 or 2105500. OLE color: 2105500.

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

Color convert

RGB 156 32 32 -
CMYK 0 0.79 0.79 0.39
HSL 0.66% 0.37% -
HSV(B) 0.79% 0.61% -
XYZ 14.49 8.21 2.19 -
YUV 69.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 156 32 32 0 0.79 0.79 0.39 0 0.66 0.37
Hex 9C 20 20 0 4F 4F 27 0 42 25
Octal 234 40 40 0 117 117 47 0 102 45
Binary 10011100 100000 100000 0 1001111 1001111 100111 0 1000010 100101

Color Harmonies of #9C2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2020

Black with #9C2020

Text Example


Text Example

White with #9C2020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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