Html Css Color HEX #9C2019 Mandarian Orange

📋 copy color: '#9C2019'

red 156 ◦ green 32 ◦ blue 25

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

Shades of Mandarian Orange #9C2019

Tints of Mandarian Orange #9C2019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.74%

R = 73.24%
G = 15.02%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C2019 (or 0x9C2019) is known color: Mandarian Orange. HEX triplet: 9C, 20 and 19. RGB value is (156,32,25). Sum of RGB (Red+Green+Blue) = 156+32+25=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2019 is #63DFE6. Grayscale: #444444. Windows color (decimal): -6545383 or 1646748. OLE color: 1646748.

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

Color convert

RGB 156 32 25 -
CMYK 0 0.79 0.84 0.39
HSL 3.21º 0.72% 0.35% -
HSV(B) 3.21º 0.84% 0.61% -
XYZ 14.4 8.17 1.74 -
YUV 68.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 156 32 25 0 0.79 0.84 0.39 3.21 0.72 0.35
Hex 9C 20 19 0 4F 54 27 3 48 23
Octal 234 40 31 0 117 124 47 3 110 43
Binary 10011100 100000 11001 0 1001111 1010100 100111 11 1001000 100011

Color Harmonies of #9C2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2019

Black with #9C2019

Text Example


Text Example

White with #9C2019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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