Html Css Color HEX #922222 Mandarian Orange

📋 copy color: '#922222'

red 146 ◦ green 34 ◦ blue 34

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

Shades of Mandarian Orange #922222

Tints of Mandarian Orange #922222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

 BLUE value IS 34 (13.67% from 255) = 15.89%

R = 68.22%
G = 15.89%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#922222 (or 0x922222) is known color: Mandarian Orange. HEX triplet: 92, 22 and 22. RGB value is (146,34,34). Sum of RGB (Red+Green+Blue) = 146+34+34=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #922222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922222 is #6DDDDD. Grayscale: #434343. Windows color (decimal): -7200222 or 2237074. OLE color: 2237074.

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

Color convert

RGB 146 34 34 -
CMYK 0 0.77 0.77 0.43
HSL 0.62% 0.35% -
HSV(B) 0.77% 0.57% -
XYZ 12.71 7.37 2.27 -
YUV 67.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 146 34 34 0 0.77 0.77 0.43 0 0.62 0.35
Hex 92 22 22 0 4D 4D 2B 0 3E 23
Octal 222 42 42 0 115 115 53 0 76 43
Binary 10010010 100010 100010 0 1001101 1001101 101011 0 111110 100011

Color Harmonies of #922222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922222

Black with #922222

Text Example


Text Example

White with #922222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922222; }

 p { color: rgb(146,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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