Html Css Color HEX #92201A Mandarian Orange

📋 copy color: '#92201A'

red 146 ◦ green 32 ◦ blue 26

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

Shades of Mandarian Orange #92201A

Tints of Mandarian Orange #92201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 71.57%
G = 15.69%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#92201A (or 0x92201A) is known color: Mandarian Orange. HEX triplet: 92, 20 and 1A. RGB value is (146,32,26). Sum of RGB (Red+Green+Blue) = 146+32+26=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #92201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92201A is #6DDFE5. Grayscale: #414141. Windows color (decimal): -7200742 or 1712274. OLE color: 1712274.

HSL color Cylindrical-coordinate representation of color #92201A: hue angle of 3º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92201A is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 32 26 -
CMYK 0 0.78 0.82 0.43
HSL 0.7% 0.34% -
HSV(B) 0.82% 0.57% -
XYZ 12.56 7.22 1.71 -
YUV 65.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 146 32 26 0 0.78 0.82 0.43 3 0.7 0.34
Hex 92 20 1A 0 4E 52 2B 3 46 22
Octal 222 40 32 0 116 122 53 3 106 42
Binary 10010010 100000 11010 0 1001110 1010010 101011 11 1000110 100010

Color Harmonies of #92201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92201A

Black with #92201A

Text Example


Text Example

White with #92201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #92201A;
 }
 .AnyTagClassName
 {
   color: #92201A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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