Html Css Color HEX #92200E Mandarian Orange

📋 copy color: '#92200E'

red 146 ◦ green 32 ◦ blue 14

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

Shades of Mandarian Orange #92200E

Tints of Mandarian Orange #92200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 76.04%
G = 16.67%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#92200E (or 0x92200E) is known color: Mandarian Orange. HEX triplet: 92, 20 and 0E. RGB value is (146,32,14). Sum of RGB (Red+Green+Blue) = 146+32+14=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #92200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92200E is #6DDFF1. Grayscale: #404040. Windows color (decimal): -7200754 or 925842. OLE color: 925842.

HSL color Cylindrical-coordinate representation of color #92200E: hue angle of 8.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92200E is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 32 14 -
CMYK 0 0.78 0.90 0.43
HSL 8.18º 0.83% 0.31% -
HSV(B) 8.18º 0.9% 0.57% -
XYZ 12.45 7.18 1.14 -
YUV 64.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 146 32 14 0 0.78 0.90 0.43 8.18 0.83 0.31
Hex 92 20 E 0 4E 5A 2B 8 52 1F
Octal 222 40 16 0 116 132 53 10 122 37
Binary 10010010 100000 1110 0 1001110 1011010 101011 1000 1010010 11111

Color Harmonies of #92200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92200E

Black with #92200E

Text Example


Text Example

White with #92200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92200E; }

 p { color: rgb(146,32,14); }

 H1.HeaderClassName
 {
   color: #92200E;
 }
 .AnyTagClassName
 {
   color: #92200E;
 }
</style>

background-color css

<style>
 a { background-color: #92200E; }

 a { background-color: rgb(146,32,14); }

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

border-color css

<style>
 span { border-color: #92200E; }

 span { border-color: rgb(146,32,14); }

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