#9A2202

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

Shades of Mandarian Orange #9A2202

Tints of Mandarian Orange #9A2202

Color information

#9A2202 (or 0x9A2202) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 22 and 02. RGB value is (154,34,2). Sum of RGB (Red+Green+Blue) = 154+34+2=190 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.05% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2202 is #65DDFD. Grayscale: #424242. Windows color (decimal): -6675966 or 139930. OLE color: 139930.

HSL color Cylindrical-coordinate representation of color #9A2202: hue angle of 12.63º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A2202 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB154342-
CMYK00.780.990.40
HSL12.63º97.44%30.59%-
HSV(B)12.63º98.7%60.39%-
XYZ13.918.020.87-
YUV66.2391.76190.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.05%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=81.05%
G=17.89%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15434200.780.990.4012.6397.4430.59
Hex9A22204E6328d611f
Octal2324220116143501514137
Binary10011010100010100100111011000111010001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,34,2); }

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

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

 a { background-color: rgb(154,34,2); }

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

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

 span { border-color: rgb(154,34,2); }

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