Html Css Color HEX #92210D Mandarian Orange

📋 copy color: '#92210D'

red 146 ◦ green 33 ◦ blue 13

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

Shades of Mandarian Orange #92210D

Tints of Mandarian Orange #92210D

RGB

 RED value IS 146 (57.42% from 255) = 76.04%

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 76.04%
G = 17.19%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#92210D (or 0x92210D) is known color: Mandarian Orange. HEX triplet: 92, 21 and 0D. RGB value is (146,33,13). Sum of RGB (Red+Green+Blue) = 146+33+13=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #92210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92210D is #6DDEF2. Grayscale: #404040. Windows color (decimal): -7200499 or 860562. OLE color: 860562.

HSL color Cylindrical-coordinate representation of color #92210D: hue angle of 9.02º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92210D is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 33 13 -
CMYK 0 0.77 0.91 0.43
HSL 9.02º 0.84% 0.31% -
HSV(B) 9.02º 0.91% 0.57% -
XYZ 12.47 7.23 1.12 -
YUV 64.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 146 33 13 0 0.77 0.91 0.43 9.02 0.84 0.31
Hex 92 21 D 0 4D 5B 2B 9 54 1F
Octal 222 41 15 0 115 133 53 11 124 37
Binary 10010010 100001 1101 0 1001101 1011011 101011 1001 1010100 11111

Color Harmonies of #92210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92210D

Black with #92210D

Text Example


Text Example

White with #92210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92210D; }

 p { color: rgb(146,33,13); }

 H1.HeaderClassName
 {
   color: #92210D;
 }
 .AnyTagClassName
 {
   color: #92210D;
 }
</style>

background-color css

<style>
 a { background-color: #92210D; }

 a { background-color: rgb(146,33,13); }

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

border-color css

<style>
 span { border-color: #92210D; }

 span { border-color: rgb(146,33,13); }

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