Html Css Color HEX #9C281C Mandarian Orange

📋 copy color: '#9C281C'

red 156 ◦ green 40 ◦ blue 28

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

Shades of Mandarian Orange #9C281C

Tints of Mandarian Orange #9C281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 69.64%
G = 17.86%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C281C (or 0x9C281C) is known color: Mandarian Orange. HEX triplet: 9C, 28 and 1C. RGB value is (156,40,28). Sum of RGB (Red+Green+Blue) = 156+40+28=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C281C is #63D7E3. Grayscale: #494949. Windows color (decimal): -6543332 or 1845404. OLE color: 1845404.

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

Color convert

RGB 156 40 28 -
CMYK 0 0.74 0.82 0.39
HSL 5.63º 0.7% 0.36% -
HSV(B) 5.63º 0.82% 0.61% -
XYZ 14.68 8.67 2 -
YUV 73.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 156 40 28 0 0.74 0.82 0.39 5.63 0.7 0.36
Hex 9C 28 1C 0 4A 52 27 6 46 24
Octal 234 50 34 0 112 122 47 6 106 44
Binary 10011100 101000 11100 0 1001010 1010010 100111 110 1000110 100100

Color Harmonies of #9C281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C281C

Black with #9C281C

Text Example


Text Example

White with #9C281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,40,28); }

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

background-color css

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

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

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

border-color css

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

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

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