Html Css Color HEX #9C2B19 Mandarian Orange

📋 copy color: '#9C2B19'

red 156 ◦ green 43 ◦ blue 25

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

Shades of Mandarian Orange #9C2B19

Tints of Mandarian Orange #9C2B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 69.64%
G = 19.2%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C2B19 (or 0x9C2B19) is known color: Mandarian Orange. HEX triplet: 9C, 2B and 19. RGB value is (156,43,25). Sum of RGB (Red+Green+Blue) = 156+43+25=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2B19 is #63D4E6. Grayscale: #4A4A4A. Windows color (decimal): -6542567 or 1649564. OLE color: 1649564.

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

Color convert

RGB 156 43 25 -
CMYK 0 0.72 0.84 0.39
HSL 8.24º 0.72% 0.35% -
HSV(B) 8.24º 0.84% 0.61% -
XYZ 14.75 8.87 1.85 -
YUV 74.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 156 43 25 0 0.72 0.84 0.39 8.24 0.72 0.35
Hex 9C 2B 19 0 48 54 27 8 48 23
Octal 234 53 31 0 110 124 47 10 110 43
Binary 10011100 101011 11001 0 1001000 1010100 100111 1000 1001000 100011

Color Harmonies of #9C2B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B19

Black with #9C2B19

Text Example


Text Example

White with #9C2B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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