#921A18

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

Shades of Mandarian Orange #921A18

Tints of Mandarian Orange #921A18

Color information

#921A18 (or 0x921A18) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1A and 18. RGB value is (146,26,24). Sum of RGB (Red+Green+Blue) = 146+26+24=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #921A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A18 is #6DE5E7. Grayscale: #3D3D3D. Windows color (decimal): -7202280 or 1579666. OLE color: 1579666.

HSL color Cylindrical-coordinate representation of color #921A18: hue angle of 0.98º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921A18 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1462624-
CMYK00.820.840.43
HSL0.98º71.76%33.33%-
HSV(B)0.98º83.56%57.25%-
XYZ12.396.921.55-
YUV61.65106.76188.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.49%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=74.49%
G=13.27%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146262400.820.840.430.9871.7633.33
Hex921A18052542B14821
Octal2223230012212453111041
Binary10010010110101100001010010101010010101111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921A18; }

 p { color: rgb(146,26,24); }

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

<style>
 a { background-color: #921A18; }

 a { background-color: rgb(146,26,24); }

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

<style>
 span { border-color: #921A18; }

 span { border-color: rgb(146,26,24); }

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