Html Css Color HEX #92200F Mandarian Orange

📋 copy color: '#92200F'

red 146 ◦ green 32 ◦ blue 15

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

Shades of Mandarian Orange #92200F

Tints of Mandarian Orange #92200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 75.65%
G = 16.58%
B = 7.77%

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

#92200F (or 0x92200F) is known color: Mandarian Orange. HEX triplet: 92, 20 and 0F. RGB value is (146,32,15). Sum of RGB (Red+Green+Blue) = 146+32+15=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #92200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92200F is #6DDFF0. Grayscale: #404040. Windows color (decimal): -7200753 or 991378. OLE color: 991378.

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

Color convert

RGB 146 32 15 -
CMYK 0 0.78 0.90 0.43
HSL 7.79º 0.81% 0.32% -
HSV(B) 7.79º 0.9% 0.57% -
XYZ 12.46 7.18 1.18 -
YUV 64.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 146 32 15 0 0.78 0.90 0.43 7.79 0.81 0.32
Hex 92 20 F 0 4E 5A 2B 8 51 20
Octal 222 40 17 0 116 132 53 10 121 40
Binary 10010010 100000 1111 0 1001110 1011010 101011 1000 1010001 100000

Color Harmonies of #92200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92200F

Black with #92200F

Text Example


Text Example

White with #92200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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