Html Css Color HEX #9C210C Mandarian Orange

📋 copy color: '#9C210C'

red 156 ◦ green 33 ◦ blue 12

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

Shades of Mandarian Orange #9C210C

Tints of Mandarian Orange #9C210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 12 (5.08% from 255) = 5.97%

R = 77.61%
G = 16.42%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C210C (or 0x9C210C) is known color: Mandarian Orange. HEX triplet: 9C, 21 and 0C. RGB value is (156,33,12). Sum of RGB (Red+Green+Blue) = 156+33+12=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C210C is #63DEF3. Grayscale: #434343. Windows color (decimal): -6545140 or 795036. OLE color: 795036.

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

Color convert

RGB 156 33 12 -
CMYK 0 0.79 0.92 0.39
HSL 8.75º 0.86% 0.33% -
HSV(B) 8.75º 0.92% 0.61% -
XYZ 14.32 8.18 1.17 -
YUV 67.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 156 33 12 0 0.79 0.92 0.39 8.75 0.86 0.33
Hex 9C 21 C 0 4F 5C 27 9 56 21
Octal 234 41 14 0 117 134 47 11 126 41
Binary 10011100 100001 1100 0 1001111 1011100 100111 1001 1010110 100001

Color Harmonies of #9C210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C210C

Black with #9C210C

Text Example


Text Example

White with #9C210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,33,12); }

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

background-color css

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

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

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

border-color css

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

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

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