#9A2B1D

Color #9A2B1D Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9A2B1D

Tints of Mandarian Orange #9A2B1D

Color information

#9A2B1D (or 0x9A2B1D) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 2B and 1D. RGB value is (154,43,29). Sum of RGB (Red+Green+Blue) = 154+43+29=226 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.14% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2B1D is #65D4E2. Grayscale: #4A4A4A. Windows color (decimal): -6673635 or 1911706. OLE color: 1911706.

HSL color Cylindrical-coordinate representation of color #9A2B1D: hue angle of 6.72º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A2B1D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1544329-
CMYK00.720.810.40
HSL6.72º68.31%35.88%-
HSV(B)6.72º81.17%60.39%-
XYZ14.418.692.08-
YUV74.59102.27184.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.14%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 29 (11.72% from 255) = 12.83%
R=68.14%
G=19.03%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154432900.720.810.406.7268.3135.88
Hex9A2B1D048512874424
Octal2325335011012150710444
Binary10011010101011111010100100010100011010001111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,43,29); }

 H1.HeaderClassName
 {
   color: #9A2B1D;
 }
 .AnyTagClassName
 {
   color: #9A2B1D;
 }
</style>
background-color css

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

 a { background-color: rgb(154,43,29); }

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

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

 span { border-color: rgb(154,43,29); }

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