#95210A

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

Shades of Mandarian Orange #95210A

Tints of Mandarian Orange #95210A

Color information

#95210A (or 0x95210A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 21 and 0A. RGB value is (149,33,10). Sum of RGB (Red+Green+Blue) = 149+33+10=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #95210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95210A is #6ADEF5. Grayscale: #414141. Windows color (decimal): -7003894 or 663957. OLE color: 663957.

HSL color Cylindrical-coordinate representation of color #95210A: hue angle of 9.93º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95210A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1493310-
CMYK00.780.930.42
HSL9.93º87.42%31.18%-
HSV(B)9.93º93.29%58.43%-
XYZ12.997.51.05-
YUV65.0696.93187.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 77.60%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=77.60%
G=17.19%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149331000.780.930.429.9387.4231.18
Hex9521A04E5D2Aa571f
Octal22541120116135521212737
Binary1001010110000110100100111010111011010101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95210A; }

 p { color: rgb(149,33,10); }

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

<style>
 a { background-color: #95210A; }

 a { background-color: rgb(149,33,10); }

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

<style>
 span { border-color: #95210A; }

 span { border-color: rgb(149,33,10); }

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