Html Css Color HEX #922C2A Mandarian Orange

📋 copy color: '#922C2A'

red 146 ◦ green 44 ◦ blue 42

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

Shades of Mandarian Orange #922C2A

Tints of Mandarian Orange #922C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 62.93%
G = 18.97%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#922C2A (or 0x922C2A) is known color: Mandarian Orange. HEX triplet: 92, 2C and 2A. RGB value is (146,44,42). Sum of RGB (Red+Green+Blue) = 146+44+42=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #922C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922C2A is #6DD3D5. Grayscale: #4A4A4A. Windows color (decimal): -7197654 or 2763922. OLE color: 2763922.

HSL color Cylindrical-coordinate representation of color #922C2A: hue angle of 1.15º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #922C2A is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 44 42 -
CMYK 0 0.70 0.71 0.43
HSL 1.15º 0.55% 0.37% -
HSV(B) 1.15º 0.71% 0.57% -
XYZ 13.17 8.08 3.06 -
YUV 74.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 146 44 42 0 0.70 0.71 0.43 1.15 0.55 0.37
Hex 92 2C 2A 0 46 47 2B 1 37 25
Octal 222 54 52 0 106 107 53 1 67 45
Binary 10010010 101100 101010 0 1000110 1000111 101011 1 110111 100101

Color Harmonies of #922C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922C2A

Black with #922C2A

Text Example


Text Example

White with #922C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922C2A; }

 p { color: rgb(146,44,42); }

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

background-color css

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

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

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

border-color css

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

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

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